FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

samples(test): refactor automl test by munkhuushmgl · Pull Request #3588 · GoogleCloudPlatform/java-docs-samples · GitHub

samples(test): refactor automl test - #3588

Merged
gcf-merge-on-green[bot] merged 5 commits into
masterfrom
automl-refactor-test
Aug 22, 2020
Merged

samples(test): refactor automl test#3588
gcf-merge-on-green[bot] merged 5 commits into
masterfrom
automl-refactor-test

Conversation

Copy link
Copy Markdown
Contributor

Fixes #3550

Looks like in setup, ListOperations that had a very long list of operations to list which making a test to wait for 10-15min, Then, sometimes it fails with a internal error.

  • Please merge this PR for me once it is approved.

munkhuushmgl requested a review from a team August 21, 2020 18:38
google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label Aug 21, 2020

lesv left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Please answer the Q, then ask me to merge - ok if you can as well.

munkhuushmgl commented Aug 21, 2020
edited
Loading

Copy link
Copy Markdown
Contributor Author

@lesv What is the right way to put timeout on After tag?
Should I just add the following to teardown method header?

@After
  @Test(timeout = 1000)

lesv commented Aug 21, 2020

Copy link
Copy Markdown
Contributor

From what I can see, for JUnit4 and StackOverflow, you typically put them at the top of the test method.

JUnit5 has a different way of expressing it - it works only on certain kinds of things.

Note - the default TO is in ms.

munkhuushmgl added automerge Merge the pull request once unit tests and other checks pass. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Aug 21, 2020
kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 21, 2020
munkhuushmgl added do not merge Indicates a pull request not ready for merge, due to either quality or timing. and removed automerge Merge the pull request once unit tests and other checks pass. labels Aug 21, 2020
munkhuushmgl added automerge Merge the pull request once unit tests and other checks pass. and removed do not merge Indicates a pull request not ready for merge, due to either quality or timing. labels Aug 21, 2020
gcf-merge-on-green Bot merged commit bfef2c5 into master Aug 22, 2020
gcf-merge-on-green Bot deleted the automl-refactor-test branch August 22, 2020 00:06
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Merge the pull request once unit tests and other checks pass. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

automl/cloud-client unable to upgrade to libraries-bom 9.0.0

3 participants


Back | FazBrowse Home | New Git URL