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
Test suite reports how big is the difference between a value and its threshold when it fails:
org.opentest4j.AssertionFailedError:
Application JFR_SMOKE_BUILDER_IMAGE in mode jvm_jfr took 7095 ms to finish,
which is over 6924 ms threshold by 2%.
==> expected: <true> but was: <false>
The decision whether to fail a test should be made based on the percentage, i.e. 2% should not fail the test, rather than on a simple comparison of value to its threshold.
The text was updated successfully, but these errors were encountered:
Test suite reports how big is the difference between a value and its threshold when it fails:
The decision whether to fail a test should be made based on the percentage, i.e. 2% should not fail the test, rather than on a simple comparison of value to its threshold.
The text was updated successfully, but these errors were encountered: