mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Re-pgindent isolationtester.c.
Need to do some more hacking on this, and got annoyed that it's not indent clean.
This commit is contained in:
parent
29b4b7bda6
commit
a361490806
@ -545,8 +545,8 @@ run_permutation(TestSpec *testspec, int nsteps, Step **steps)
|
|||||||
bool mustwait;
|
bool mustwait;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Check whether the session that needs to perform the next step
|
* Check whether the session that needs to perform the next step is
|
||||||
* is still blocked on an earlier step. If so, wait for it to finish.
|
* still blocked on an earlier step. If so, wait for it to finish.
|
||||||
*
|
*
|
||||||
* (In older versions of this tool, we allowed precisely one session
|
* (In older versions of this tool, we allowed precisely one session
|
||||||
* to be waiting at a time. If we reached a step that required that
|
* to be waiting at a time. If we reached a step that required that
|
||||||
@ -781,8 +781,8 @@ try_complete_step(Step *step, int flags)
|
|||||||
/*
|
/*
|
||||||
* After 60 seconds, try to cancel the query.
|
* After 60 seconds, try to cancel the query.
|
||||||
*
|
*
|
||||||
* If the user tries to test an invalid permutation, we don't
|
* If the user tries to test an invalid permutation, we don't want
|
||||||
* want to hang forever, especially when this is running in the
|
* to hang forever, especially when this is running in the
|
||||||
* buildfarm. So try to cancel it after a minute. This will
|
* buildfarm. So try to cancel it after a minute. This will
|
||||||
* presumably lead to this permutation failing, but remaining
|
* presumably lead to this permutation failing, but remaining
|
||||||
* permutations and tests should still be OK.
|
* permutations and tests should still be OK.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user