Home
last modified time | relevance | path

Searched hist:ea625c46644b9b0f15ececddd594d350b0590300 (Results 1 – 1 of 1) sorted by relevance

/plugin/struct/_test/
H A DSearchTest.phpea625c46644b9b0f15ececddd594d350b0590300 Wed Feb 07 17:48:32 UTC 2024 Anna Dabrowska <dabrowska@cosmocode.de> 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.