-
- Downloads
Add simple tests of EvalPlanQual using the isolationtester infrastructure.
Much more could be done here, but at least now we have *some* automated test coverage of that mechanism. In particular this tests the writable-CTE case reported by Phil Sorber. In passing, remove isolationtester's arbitrary restriction on the number of steps in a permutation list. I used this so that a single spec file could be used to run several related test scenarios, but there are other possible reasons to want a step series that's not exactly a permutation. Improve documentation and fix a couple other nits as well.
Showing
- src/test/isolation/README 60 additions, 29 deletionssrc/test/isolation/README
- src/test/isolation/expected/eval-plan-qual.out 51 additions, 0 deletionssrc/test/isolation/expected/eval-plan-qual.out
- src/test/isolation/isolation_schedule 1 addition, 0 deletionssrc/test/isolation/isolation_schedule
- src/test/isolation/isolationtester.c 8 additions, 9 deletionssrc/test/isolation/isolationtester.c
- src/test/isolation/specs/eval-plan-qual.spec 56 additions, 0 deletionssrc/test/isolation/specs/eval-plan-qual.spec
src/test/isolation/specs/eval-plan-qual.spec
0 → 100644
Please register or sign in to comment