Commit 4791fb2
authored
Fix flaky test Count GroupBy (temporalio#9003)
## What changed?
Verify when all CHASM visibility executions have completed, instead of
exiting when at least one execution has completed.
## Why?
Counting CHASM executions with GroupBy filtering fails during test
verification due to a non-deterministic verification. The current code
assumes all 5 executions have been written to visibility, if
CountExecutions call returns ANY value greater than 0.
## How did you test it?
- [X] built
- [X] run locally and tested manually
- [X] covered by existing tests
- [ ] added new unit test(s)
- [ ] added new functional test(s)1 parent dbc08f1 commit 4791fb2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
408 | | - | |
| 408 | + | |
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
| |||
0 commit comments