Details
-
Bug
-
Resolution: Fixed
-
Neutral
-
None
-
None
-
-
Empty show more show less
-
Add-Ons 45
-
3
Description
Steps to reproduce:
- Create and start a test
- Create a dummy test result in Dynamo (can duplicate an item with testId "6b48cf81-68f5-4244-b06a-35fb0c04cd94" in table "ab-testing-timeline", then change the testId and variantId to match with your test)
- May need to restart instance to clear the cache test result, or disable the caching in Resources "/ab-testing/decorations/addon-commons-cache/config.yaml"
- Open the test and click on "Complete test" button
Actual result:
- Exception thrown and Complete test dialog couldn't open also (see screenshot and exception log)
Expected result:
- Complete test dialog appear and be able to complete the test
Dev hint:
- The exception is thrown when building the Complete test dialog and there are some state of the test result need to be render in the UI.
- The test id "n/a" comes from StatsEngine#Result#NO_WINNING_VARIANT
- public static final TestVariant NO_WINNING_VARIANT = new TestVariant("n/a", "No Winning Variant");
Checklists
Acceptance criteria