You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This wave is used to collect a short message from each failed assertion during the test run and output them at the end as a small summary. As we do only add new information to the wave there are some circumstances now that the wave contains no longer needed information:
After the introduction of re-running flaky tests the wave contains the output of previous failed runs. I think we don't need them in the summary and therefore these can be removed.
The test experiment TestResultsTests has many intentionally failed tests. There is no need for these errors in the summary.
This can be fixed by storing the number of entries in FailedProcWave at the start of each test case and add a internal function that resets the wave to these number of entries.
The text was updated successfully, but these errors were encountered:
This wave is used to collect a short message from each failed assertion during the test run and output them at the end as a small summary. As we do only add new information to the wave there are some circumstances now that the wave contains no longer needed information:
TestResultsTests
has many intentionally failed tests. There is no need for these errors in the summary.This can be fixed by storing the number of entries in
FailedProcWave
at the start of each test case and add a internal function that resets the wave to these number of entries.The text was updated successfully, but these errors were encountered: