-
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
datastore: Support querying multiple kinds #2
Comments
rakyll
changed the title
Support querying multiple kinds
datastore: Support querying multiple kinds
Jul 4, 2014
Done a while ago, obsolete issue. |
semistrict
pushed a commit
to semistrict/google-cloud-go
that referenced
this issue
Jun 11, 2018
The attributes are added to SpanData as long as there is not an existing attribute on the span with the same key.
jeanbza
pushed a commit
to jeanbza/google-cloud-go
that referenced
this issue
Mar 29, 2019
…tions. Also, don't break URLs in comments. This improves issue googleapis#2. Change-Id: I32fbbe26238f5c1527a7e9cd42b063749f76d881 Reviewed-on: https://code-review.googlesource.com/3240 Reviewed-by: Brad Fitzpatrick <[email protected]>
gopherbot
pushed a commit
that referenced
this issue
Jan 23, 2020
This keeps the test failure and cause in the same location. t.Errorf will continue executing the test (t.Fatalf stops execution). See https://github.com/golang/go/wiki/TestComments#keep-going. Also, I put the import path first since it's the more useful part for finding the failing config. But, the import path may be empty, so I left the index in (https://github.com/golang/go/wiki/TestComments#identify-the-input is relevant). This results in failures like: --- FAIL: TestMicrogenConfigs (0.00s) /.../internal/gapicgen/generator/config_test.go:43: config "cloud.google.com/go/texttospeech/apiv1" (#0) expected non-empty pkg field /.../internal/gapicgen/generator/config_test.go:59: config "cloud.google.com/go/language/apiv1" (#2) invalid release level: "alphaa" Change-Id: If92888c1fd21484ea92918ebbdb362b8400a6bac Reviewed-on: https://code-review.googlesource.com/c/gocloud/+/50810 Reviewed-by: kokoro <[email protected]> Reviewed-by: Noah Dietz <[email protected]>
yoshi-automation
added
triage me
I really want to be triaged.
🚨
This issue needs some love.
labels
Apr 6, 2020
This was referenced Mar 8, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: