Skip to content
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

test: migrate tests which previously had hard coded object names to use new Generator#randomObjectName() #1827

Merged
merged 9 commits into from
Jan 4, 2023

Conversation

BenWhitehead
Copy link
Collaborator

Follow up to #1826

Migrate tests which previously had hard coded object names to use new Generator#randomObjectName().

Serval test which were previously using @Rule Timeout or @Test(timeout = N) have had their timeouts removed. The Timeout implementation in JUnit 4 is not thread safe, and can result in running test tracking issues.

The majority of these tests have had their timeouts made completely obsolete in #1824 and their change here will be short lived.

Each commit in this PR is migrating a single IT class.

@BenWhitehead BenWhitehead requested a review from a team as a code owner December 22, 2022 21:15
@product-auto-label product-auto-label bot added size: l Pull request size is large. api: storage Issues related to the googleapis/java-storage API. labels Dec 22, 2022
@BenWhitehead BenWhitehead added the owlbot:ignore instruct owl-bot to ignore a PR label Dec 22, 2022
Base automatically changed from test/gen-obj-names to main December 28, 2022 23:31
…teChannelConnectionPoolTest

Log a warning message if a test has defined a junit timeout. Defining a junit timeout runs the test on another thread which we don't control, and don't control the migration of.
…chTest

Rewrite testBatchRequestManyOperations to be more straightforward. Rather than generating 100 different operations which are then bucketed, define the 5 high level operations we're verifying.
Copy link
Member

@frankyn frankyn left a comment

Choose a reason for hiding this comment

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

Love the random object generator!

@BenWhitehead BenWhitehead merged commit 3414515 into main Jan 4, 2023
@BenWhitehead BenWhitehead deleted the test/gen-obj-names-pt2 branch January 4, 2023 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/java-storage API. owlbot:ignore instruct owl-bot to ignore a PR size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants