Changes between Version 1 and Version 2 of Ticket #20425, comment 6


Ignore:
Timestamp:
2024-02-12T18:01:28+01:00 (2 years ago)
Author:
GerdP

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20425, comment 6

    v1 v2  
    11~~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.
     2The patch was simply wrong so that super.endTest() was not called. That means the progress bar is not updated while further tests are running.
    33I keep forgetting that I should not use `if ... return;` in `endTest()`
    44Fixed with 20425.3.patch