-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use websocket stream to retrieve runtime job results (#33)
* retrieve job results w websockets * update stream results method * add mock for unit test * update unit tests * temp disable test case * increase sleep time * increase wait for final result * temp increase wait on test final result * temp disable final result test * temp disable get result twice * adjust wait times * add test case back * fix lint * update test case * update comments * fix lint * added fake wait for final state * fix lint * increase default timeout * remove timeout * remove import * remove sleep * move fake method to utils * add mock function * fix lint * fix lint * add statement back * update test case Co-authored-by: Rathish Cholarajan <rathishc24@gmail.com>
- Loading branch information
1 parent
7e29a7a
commit 826834a
Showing
6 changed files
with
81 additions
and
65 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
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
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