walterddr commented on PR #10417:
URL: https://github.com/apache/pinot/pull/10417#issuecomment-1468506918
> @walterddr quick question, is this regarding the following failure:
>
> ```
> Error: Failures:
> Error: QueryRunnerTest.testSqlWithExceptionMsgChecker:204 Exception
should contain: For input string:! but found: Received error query execution
result block: {1000=io.grpc.StatusRuntimeException: CANCELLED: client cancelled
> java.lang.RuntimeException: io.grpc.StatusRuntimeException: CANCELLED:
client cancelled
> at
org.apache.pinot.query.mailbox.channel.MailboxContentStreamObserver.createErrorContent(MailboxContentStreamObserver.java:163)
> at
org.apache.pinot.query.mailbox.channel.MailboxContentStreamObserver.onError(MailboxContentStreamObserver.java:143)
> at
io.grpc.stub.ServerCalls$StreamingServerCallHandler$StreamingServerCallListener.onCancel(ServerCalls.java:288)
> at
io.grpc.internal.ServerCallImpl$ServerStreamListenerImpl.closedInternal(ServerCallImpl.java:378)
> ...
> Caused by: io.grpc.StatusRuntimeException: CANCELLED: client cancelled
> at io.grpc.Status.asRuntimeException(Status.java:530)
> at
io.grpc.stub.ServerCalls$StreamingServerCallHandler$StreamingServerCallListener.onCancel(ServerCalls.java:291)
> ... 8 more} expected [true] but found [false]
> [INFO]
> Error: Tests run: 1020, Failures: 1, Errors: 0, Skipped: 0
> ```
>
> My PR has run into this a couple of times, but when I run this test
locally it passes
Correct. i wasn't able to repro even running 100+ times in a loop locally.
CC @ankitsultana it seems like the issue surfaced after
https://github.com/apache/pinot/pull/10322 but i am not 100% sure that's the
issue.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]