-
Notifications
You must be signed in to change notification settings - Fork 24
CI fix for Code generator #283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
a22d8c9
Fix tests for CI
guptaaryan16 19132b7
Update ci.yml
guptaaryan16 577b083
Add some test fixes
guptaaryan16 ea57f84
Revert "Add some test fixes"
guptaaryan16 204adcf
Changed tests
guptaaryan16 4e2cea4
Revert "Changed tests"
guptaaryan16 c0eb396
Last try to fix flaky tests
guptaaryan16 d7d10cc
Fix tests
guptaaryan16 6d0c730
fix tests
guptaaryan16 1686505
Changed tests
guptaaryan16 f5f6844
Add test fix for vis-gans
guptaaryan16 05e1a7f
fix tests
guptaaryan16 8edbf29
changed the file
guptaaryan16 d6d8301
fix tests
guptaaryan16 805eac3
check the test
guptaaryan16 387515e
changed the vis-dcgan tests
guptaaryan16 ab605e8
fixed tests
guptaaryan16 730f868
revert ci.yaml changes
guptaaryan16 e1e7f03
Chages in tests
guptaaryan16 621e2af
Added 10 retries for each test to fix CI
guptaaryan16 1d168fa
Revert "Added 10 retries for each test to fix CI"
guptaaryan16 d36346f
Revert "Chages in tests"
guptaaryan16 00cd4c4
changed tests
guptaaryan16 4d81f52
2 catch calls only for dealing with failing waitForDownload event
guptaaryan16 3cfd895
Adding click on code button line in catch calls for failing tests
guptaaryan16 69f5eb7
Make catch calls in test functions async
guptaaryan16 ec3b638
fix fmt
guptaaryan16 a52bb27
Fix await calls
guptaaryan16 6ba8c75
Change the formatting of the .catch function in tests
guptaaryan16 b5682b3
Revert "2 catch calls only for dealing with failing waitForDownload e…
guptaaryan16 5641169
Added code button click condition for the .catch calls
guptaaryan16 7ef2f70
Wait time to 3000ms
guptaaryan16 71b7e4f
removed .catch functions
guptaaryan16 a3b79c2
Changed the click button to hover option in the Code option
guptaaryan16 644e46a
fmt fix
guptaaryan16 bcfe5e0
fix tests by reverting changes to 00cd4c4
guptaaryan16 8a41d52
changed the click to hover
guptaaryan16 b62cc26
Added hover for the wget text box in tests
guptaaryan16 a9733a0
fix fmt
guptaaryan16 2cd663c
Fix the tests by adding 2nd catch method
guptaaryan16 fb86284
make .catch functions sync for tests
guptaaryan16 3b505fa
fix tests for now with e1e7f03 commit
guptaaryan16 8629ad3
Test only one suit (to decrease the time in CI)
guptaaryan16 c62ba8d
Revert "Test only one suit (to decrease the time in CI)"
guptaaryan16 2295a14
Fix tests like before
guptaaryan16 9869757
Add comments for CI changes for now
guptaaryan16 079d20a
fix typo
guptaaryan16 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not understand why you do not call
before download promise:
?
It does not seem correct to reclick 3 times in
catch