Changes between Initial Version and Version 1 of Ticket #20425, comment 6
- Timestamp:
- 2024-02-12T18:00:59+01:00 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20425, comment 6
initial v1 1 Ths patch has a performance issue with large numbers of relations. So work in progress... 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. 3 I keep forgetting that I should not use `if ... return;` in `endTest()` 4 Fixed with 20425.3.patch


