Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: cancelCommandRuns should works independent (#1405)
Fixes #1403 ## Test Plan > How do we know the code works? ### I case 1. If exist remove ```test_runner/results``` 1. run only ```CancelCommandTest.cancelCommandRuns``` test 1. Test should pass ### II case 1. If exist remove ```test_runner/results``` 1. run ```./gradlew check``` 1. Test should pass ### III case 1. You should have ```test_runner/results``` with some subdirectories with test results 1. Check ```test_runner/results``` contains ```a``` directory without ```matrix_ids.json```. This directory cause problem on Ubuntu workflow. Remove rest of directories (```test_runner/results``` should contain only ```a``` directory) 1. run only ```CancelCommandTest.cancelCommandRuns``` test 1. Test should pass - [x] Ubuntu workflow should pass
- Loading branch information