Commit ea625c4
committed
Additional environment cleanup in test
Recently some tests kept failing on GitHub with a disk I/O errors on DB write.
This was happening in a specific test class with a loop doing quite a few DB write
operations in setUp(), causing the subsequent test to fail.
Removing the offending test just made the next one fail.
Adding additional setUpBeforeClass() in each setup gets rid of the problem.1 parent ba7f578 commit ea625c4
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
0 commit comments