-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
bigtable: loadtest
and scantest
cannot import a go program cbt
#6124
Comments
That's not good! Let me take a quick look. |
Hmm, we'll need to look at this a bit more deeply. Try |
You should be able to repro this with go install cloud.google.com/go/bigtable/cmd/loadtest@main, which will use the latest commit on the main branch. |
@chressie I'm able to repro this issue without any problem (thank you for the tip, though!). I think the fix here is to export the Config logic from |
Here's a workaround in the meantime:
|
@telpirion I'm trying to import |
Closing this issue as it has been resolved internally. |
Client
bigtable
Environment
any; tested here on Debian linux
Go Environment
Code
Expected behavior
$ go install cloud.google.com/go/bigtable/cmd/loadtest@main
succeeds.Actual behavior
Additional context
After cbt was broken out into its own separate repo, the imports were refactored, but they do not work because cbt is no longer a package.
The text was updated successfully, but these errors were encountered: