-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dedup duplicate update IDs for test environment (#1695)
* PR feedback * Push to ask slack question * test passes * cleanup * more cleanup * handle error properly, better guard rails for passing env * potential solution to multiple async updates * add wrapper the user can't see * remove fail line used for debugging * add mutex to ensure multiple updates are properly processed * forgot to remove stale code * forgot updateworkflowbyid * handle in-flight updates, with debug prints * prints removed * clean up tests * added check in tests to ensure all updates completed, add test to test second update coming in before first one completes, and fixed code that test revealed * switch to use new TestUpdateCallback utility
- Loading branch information
Showing
2 changed files
with
198 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters