Issue Summary
Test cases are duplicated after a build is ran on a customized revision
Steps to Reproduce
- Build will run multiple times and tests are entered once and updated in the test_case table as expected
- Run a customized build with a different commit, tests are updated in the test_case table as expected
- Run the plan once again, tests are updated in the test_case table as expected
- Run a customized build with a different commit, tests are updated in the test_case table as expected
- Run the plan once again, tests are duplicated
Expected Results
The test_case should only be entered once per plan and be updated with additional build runs
Actual Results
The test cases are duplicated which affects the ability to track consistently
Workaround
Upgrade to Bamboo 6.8.1 - This doesn't fix retroactively