File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
test/src/org/exist/storage/journal Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 33
33
import org .exist .util .LockException ;
34
34
import org .exist .xmldb .XmldbURI ;
35
35
import org .xml .sax .InputSource ;
36
- import org .junit .AfterClass ;
37
- import org .junit .BeforeClass ;
38
36
39
37
import java .io .IOException ;
40
38
import java .nio .file .Files ;
58
56
*/
59
57
public class JournalBinaryTest extends AbstractJournalTest {
60
58
61
- @ BeforeClass
62
- public static void prepare () {
63
- /*
64
- * NOTE: we `ONLY` disable this so we can write our tests as single-threaded which is much simpler,
65
- * that writing multi-threaded tests.
66
- */
67
- System .setProperty (DBBroker .PROP_DISABLE_SINGLE_THREAD_OVERLAPPING_TRANSACTION_CHECKS , "true" );
68
- }
69
-
70
- @ AfterClass
71
- public static void cleanup () {
72
- System .clearProperty (DBBroker .PROP_DISABLE_SINGLE_THREAD_OVERLAPPING_TRANSACTION_CHECKS );
73
- }
74
-
75
59
@ Override
76
60
protected List <ExpectedLoggable > store_expected (final long storedTxnId , final String storedDbPath , final int offset ) {
77
61
final int docId = FIRST_USABLE_DOC_ID + offset ;
You can’t perform that action at this time.
0 commit comments