Changes between Version 1 and Version 2 of Ticket #20425, comment 6
- Timestamp:
- 2024-02-12T18:01:28+01:00 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20425, comment 6
v1 v2 1 1 ~~Ths patch has a performance issue with large numbers of relations. So work in progress...~~ 2 The patch was simply wrong so that super.endTest() was called. That means the progress bar is not updated while further tests are running. 2 The patch was simply wrong so that super.endTest() was not called. That means the progress bar is not updated while further tests are running. 3 3 I keep forgetting that I should not use `if ... return;` in `endTest()` 4 4 Fixed with 20425.3.patch


