Description
Hello!
We have encountered a bit of strange behavior on the split dashboard where we can get a negative value for the non-finished. Please find the attached image which shows a recent test we were testing.
We aren't quite sure how to reproduce this but I do know our QA team has been using Selenium to test the Split test, so they don't have to manually go through the test 100 times and make sure the split test is set up correctly.
I setup the test for the user calling this bit of code:
ab_test(:Service_fee_test) do |_alternative, meta| result = meta['value'] end
Just before calling the ab_finished i do call ab_test(:Service_fee_test)
again (as I need the value again near the end of the journey), which should give me the same result.
The ab_finished(:Service_fee_test, reset: true)
tag is called on the post to our complete page, and once that is done it does a GET to the SHOW action on the complete page, so it can't be called again.
So how on earth is this happening???
Any advice would be most appreciated.
Thanks,
Chris