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

logging.it.ITLoggingTest: testListSinks failed #217

Closed
flaky-bot bot opened this issue Aug 19, 2020 · 1 comment · Fixed by #226
Closed

logging.it.ITLoggingTest: testListSinks failed #217

flaky-bot bot opened this issue Aug 19, 2020 · 1 comment · Fixed by #226
Assignees
Labels
api: logging Issues related to the googleapis/java-logging API. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. 🚨 This issue needs some love. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@flaky-bot
Copy link

flaky-bot bot commented Aug 19, 2020

This test failed!

To configure my behavior, see the Build Cop Bot documentation.

If I'm commenting on this issue too often, add the buildcop: quiet label and
I will stop commenting.


commit: 809e0a1
buildURL: Build Status, Sponge
status: failed

Test output
java.lang.IllegalArgumentException: logging.googleapis.com/projects/gcloud-devel/locations/global/buckets/_Required is not a valid sink destination
	at com.google.cloud.logging.SinkInfo$Destination.fromPb(SinkInfo.java:348)
	at com.google.cloud.logging.SinkInfo.fromPb(SinkInfo.java:592)
	at com.google.cloud.logging.Sink.fromPb(Sink.java:259)
	at com.google.cloud.logging.Sink$1.apply(Sink.java:267)
	at com.google.cloud.logging.Sink$1.apply(Sink.java:264)
	at com.google.common.collect.Lists$TransformingRandomAccessList$1.transform(Lists.java:605)
	at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:47)
	at com.google.cloud.PageImpl$PageIterator.computeNext(PageImpl.java:72)
	at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:141)
	at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:136)
	at com.google.common.collect.Iterators.addAll(Iterators.java:355)
	at com.google.common.collect.Sets.newHashSet(Sets.java:224)
	at com.google.common.collect.Sets.newHashSet(Sets.java:207)
	at com.google.cloud.logging.BaseSystemTest.testListSinks(BaseSystemTest.java:130)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:288)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:282)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.lang.Thread.run(Thread.java:748)
@flaky-bot flaky-bot bot added buildcop: issue priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Aug 19, 2020
@product-auto-label product-auto-label bot added the api: logging Issues related to the googleapis/java-logging API. label Aug 19, 2020
@nadav-lavy-exa
Copy link

This is happening across versions of the lib. - looks to me like underlying issue w the API.

@yoshi-automation yoshi-automation added 🚨 This issue needs some love. and removed 🚨 This issue needs some love. labels Aug 25, 2020
@athakor athakor removed the 🚨 This issue needs some love. label Aug 26, 2020
@yoshi-automation yoshi-automation added the 🚨 This issue needs some love. label Aug 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: logging Issues related to the googleapis/java-logging API. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. 🚨 This issue needs some love. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants