You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a very bad idea to penalize the tests with some hardcoded pg_sleep() calls that would make the tests even slower for everybody. IMO, we should redesign the tests so as the existing sleeps are avoided as much as possible, as this is already the slowest part of them.
Hi,
There is an instability of pg_hint_plan.sql test in PG16 + master
on a slow box (or when testing with valgrind).
How to repeat: run make installcheck with the postgres under valgrind.
cat regression.diffs
diff -U3 contrib/pg_hint_plan/expected/pg_hint_plan.out contrib/pg_hint_plan/results/pg_hint_plan.out
--- contrib/pg_hint_plan/expected/pg_hint_plan.out
+++ contrib/pg_hint_plan/results/pg_hint_plan.out
@@ -9145,7 +9145,7 @@
relname | seq_scan | idx_scan
---------+----------+----------
(1 row)
-- hint error level
Suggested fix is in the attachment.
Regards,
Gluh
fix-test-instability.txt
The text was updated successfully, but these errors were encountered: