Trace quick access table disposal#4083
Conversation
Test Results 861 files ± 0 861 suites ±0 45m 40s ⏱️ - 12m 28s For more details on these failures, see this check. Results for commit 23fb09d. ± Comparison against base commit 968d4ce. ♻️ This comment has been updated with latest results. |
9844577 to
07adab6
Compare
|
The tests in Unfortunately the new tracing is hard to use, without knowing which test is running (still no clue where the workspace logs are for GH jobs)... |
6fb2161 to
b57c207
Compare
Tracing for fail in QuickAccessDialogTest hints at a disposed table prior to updating entries in the table. This change adds tracing for table dispose to validate this. See: eclipse-platform#4009
|
Seems like some of the job done notifications arrive when the test is already in {{tearDown()}}: Which is this code: In the standard out I see: This seems odd, since the test waited for ~10 seconds for those computations... Here are the 10 seconds: |
Tracing for fail in
QuickAccessDialogTesthints at a disposed table prior to updating entries in the table. This change adds tracing for table dispose to validate this.See: #4009