Search Issue Tracker
Feature Request
Feature Request in 2.0.X
Votes
0
Found in [Package]
1.4.5
1.5.1
2.0.1-pre.18
Issue ID
DSTR-1095
Regression
No
Filter numbers reset to 0 when Test Runner filters are applied
Reproduction steps:
1. Open the attached “ReproProject.zip“ project
2. Open the Test Runner window (Window > General > Test Runner)
3. Press “Run All tests”
4. Select the “Show tests that succeeded“ and “Show tests that didn’t run” filters to hide them
5. Observe the number on the filters
Expected result: Selecting a filter, hides/shows the specific tests, but the number doesn’t change as the filter should indicate that there are ‘n' successful/unexecuted tests hidden
Actual result: The number changes to 0 as if no succeeded or unexecuted tests exist.
Reproducible with: 1.4.5 (2022.3.55f1, 6000.0.32f1, 6000.1.0a9), 2.0.1-pre.18 (6000.0.32f1)
Reproducible on: M1 Max MacOS 15.1.1
Not reproducible on: No other environment tested
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Package signature validation unexpectedly return an invalid signature status if the validation check is done after the code signing certificate validaty range has passed
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
Resolution Note:
This is expected behaviour - these filters hides all successful/all failed/all not run tests, thus, the number is updated accordingly - it is expected for the number to be zero, when all successful/failed tests are filtered out.
However, it can be a feature request, as an improvement for UI with another field/checkbox or similar UI solution, that would show the number of tests that succeeded/failed, when filtering the results from the window.
Resolution Note (2.0.X):
This is expected behaviour - these filters hides all successful/all failed/all not run tests, thus, the number is updated accordingly - it is expected for the number to be zero, when all successful/failed tests are filtered out.
However, it can be a feature request, as an improvement for UI with another field/checkbox or similar UI solution, that would show the number of tests that succeeded/failed, when filtering the results from the window.