Kevin Michel

Results 5 issues of Kevin Michel

This fixes backups that can't be restored because a table was turned into a partition and each partition .idb file still contains the description of the un-partitioned table, leading to...

# About this change - What it does Make the waiting time for xlog during tests proportional to the number of xlog. # Why this way `test_pause_on_disk_full` was waiting for...

This allows building blake3 with maturin 1.0, 1.1, 1.2 and future compatible versions. The package was built and tested with each latest minor version of maturin since 0.14 (0.15.3, 1.0.1,...

# About this change: What it does, why it matters Starting as many Python interpreters as there are CPUs can be problematic, particularly when running tests using myhoard and when...

CPU intensive steps running in the main thread block all async operations. This include other concurrent requests, leaving astacus completely unresponsive. Start moving some steps entirely in a thread pool...