Comment out noisy libpq_pipeline test
authorAlvaro Herrera <[email protected]>
Thu, 14 Mar 2024 09:23:38 +0000 (10:23 +0100)
committerAlvaro Herrera <[email protected]>
Thu, 14 Mar 2024 09:23:38 +0000 (10:23 +0100)
libpq_pipeline's new 'cancel' test needs more research; disable it
temporarily to prevent measles in the buildfarm.

src/test/modules/libpq_pipeline/libpq_pipeline.c

index c353dba9c70fac3b4d519f7e646adbba95aa3d16..e730ad376985a7967a2267f4febc2a59bb456fef 100644 (file)
@@ -2098,7 +2098,10 @@ usage(const char *progname)
 static void
 print_test_list(void)
 {
+#if 0
+       /* Commented out until further stabilized */
        printf("cancel\n");
+#endif
        printf("disallowed_in_pipeline\n");
        printf("multi_pipelines\n");
        printf("nosync\n");