We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent40ed59b commitca5db75Copy full SHA for ca5db75
src/test/isolation/isolationtester.c
@@ -566,6 +566,7 @@ run_permutation(TestSpec * testspec, int nsteps, Step ** steps)
566
*/
567
fflush(stdout);
568
fprintf(stderr,"invalid permutation detected\n");
569
+fflush(stderr);
570
571
/* Cancel the waiting statement from this session. */
572
cancel=PQgetCancel(conn);
@@ -648,6 +649,7 @@ run_permutation(TestSpec * testspec, int nsteps, Step ** steps)
648
649
testspec->sessions[i]->name,
650
PQerrorMessage(conns[i+1]));
651
/* don't exit on teardown failure */
652
653
}
654
PQclear(res);
655
@@ -666,7 +668,7 @@ run_permutation(TestSpec * testspec, int nsteps, Step ** steps)
666
668
fprintf(stderr,"teardown failed: %s",
667
669
PQerrorMessage(conns[0]));
670
-
671
672
673
674