-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support async iterator for paging method (#708)
* async iteratoe logic & unit test * run all unit tests * add end-to-end test for async iterator * add end-to-end test for page stream * fix lint * system-test * clean up * system-test * fix * fix test * fix unit tests * fix end-to-end test * feedback * clean * change name to asyncIterate * lint * system-test * proper type for iterable * clean up * feedback * test * put common code in a function * lint * clean up * debugging * make it work * feedback * remove extra params * fix * make it work first * resolve request & func * clean up * polish test * clean * add timeout for end-to-end test * expand timeout for testExpand * make test work * expand timeout * fix * test * test will work * feedback * lint * fix: no third party promises anymore Co-authored-by: Alexander Fenster <[email protected]>
- Loading branch information
1 parent
511fc23
commit 3ac5afb
Showing
5 changed files
with
216 additions
and
12 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