-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: migrate tests which previously had hard coded object names to u…
…se new Generator#randomObjectName() (#1827) * test: use Generator#randomObjectName() for all object names in ITSignedUrlTest * test: use Generator#randomObjectName() for all object names in ITObjectTest * test: use Generator#randomObjectName() for all object names in ITBucketTest * test: use Generator#randomObjectName() for all object names in ITDownloadBlobWithoutAuth * test: use Generator#randomObjectName() for all object names in ITDownloadToTest * test: use Generator#randomObjectName() for all object names in ITAccessTest * test: use Generator#randomObjectName() for all object names in ITKmsTest * test: use Generator#randomObjectName() for all object names in ITWriteChannelConnectionPoolTest 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. * test: use Generator#randomObjectName() for all object names in ITBatchTest 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.
- Loading branch information
1 parent
9511b17
commit 3414515
Showing
10 changed files
with
195 additions
and
155 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
Oops, something went wrong.