pg_duckdb icon indicating copy to clipboard operation
pg_duckdb copied to clipboard

Speed up running tests when compiled with DUCKDB_BUILD=Debug

Open JelteF opened this issue 1 year ago • 0 comments
trafficstars

Without this change it takes more than a minute to run make installcheck on my machine if I enable DUCKDB_BUILD=Debug. Because both of these tests take more than thirty seconds. After this change both execute in less than 2 seconds. Especially the first test taking so long is confusing, because it seems like the tests are not working.

JelteF avatar Aug 16 '24 14:08 JelteF