-
- Downloads
Add an SSI regression test that tests all interesting permutations in the
order of begin, prepare, and commit of three concurrent transactions that have conflicts between them. The test runs for a quite long time, and the expected output file is huge, but this test caught some serious bugs during development, so seems worthwhile to keep. The test uses prepared transactions, so it fails if the server has max_prepared_transactions=0. Because of that, it's marked as "ignore" in the schedule file. Dan Ports
Showing
- src/test/isolation/expected/prepared-transactions.out 34843 additions, 0 deletionssrc/test/isolation/expected/prepared-transactions.out
- src/test/isolation/isolation_schedule 5 additions, 0 deletionssrc/test/isolation/isolation_schedule
- src/test/isolation/isolationtester.c 10 additions, 2 deletionssrc/test/isolation/isolationtester.c
- src/test/isolation/specs/prepared-transactions.spec 1507 additions, 0 deletionssrc/test/isolation/specs/prepared-transactions.spec
Loading
Please register or sign in to comment