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

Add unit tests for GoogleCloudStorageClient createBuckets method. #1093

Merged
merged 3 commits into from
Dec 21, 2023

Conversation

shilpi23pandey
Copy link
Contributor

No description provided.

@shilpi23pandey
Copy link
Contributor Author

/gcbrun

@shilpi23pandey
Copy link
Contributor Author

/gcbrun

@shilpi23pandey shilpi23pandey changed the title Add unit tests for GoogleCloudStorage createBuckets method. Dec 21, 2023
import java.net.InetSocketAddress;
import java.util.concurrent.TimeUnit;

public final class FakeServer implements AutoCloseable {
Copy link
Contributor

Choose a reason for hiding this comment

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

This has to be public?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, This is part of testing package which wont be visible to tests otherwise.

@@ -0,0 +1,45 @@
package com.google.cloud.hadoop.gcsio.testing;
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add license header. Also for other files.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@shilpi23pandey
Copy link
Contributor Author

/gcbrun

@shilpi23pandey shilpi23pandey merged commit 2f79ae3 into GoogleCloudDataproc:master Dec 21, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants