Closed mirekdlugosz closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 75.97%. Comparing base (
9b052ba
) to head (fdcd494
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This introduces a workaround for DISCOVERY-531: 424 errors in response to
/reports/
endpoint, and JavaScript console errors on scans page are not going to be logged. This should prevent test teardown phase from erroring out.This issue is related to timing, so it's hard to say if it will never happen again. I had another workaround prepared and I needed about 20 local runs of all e2e UI tests to encounter this problem once. I have run the same set of tests over 30 times with this patch on, and didn't have a single failure or error. That gives me confidence we should not see these pipelines failures again, but who knows.