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

Prometheus Random Test failure #168

Closed
juanpedromoreno opened this issue Feb 13, 2018 · 3 comments
Closed

Prometheus Random Test failure #168

juanpedromoreno opened this issue Feb 13, 2018 · 3 comments
Labels
bug Something isn't working help wanted Extra attention is needed tests Improves or modifies tests

Comments

@juanpedromoreno
Copy link
Member

After upgrading from Prometheus 0.1.0 to 0.2.0, a new test failure is happening randomly:

io.grpc.StatusRuntimeException: CANCELLED: call already cancelled
	at io.grpc.Status.asRuntimeException(Status.java:517)
	at io.grpc.stub.ServerCalls$ServerCallStreamObserverImpl.onCompleted(ServerCalls.java:356)
	at freestyle.rpc.internal.MonixAdapters$$anon$4$$anon$1.onComplete(MonixAdapters.scala:66)
	at monix.reactive.internal.builders.TaskAsObservable$$anon$1.onSuccess(TaskAsObservable.scala:32)
	at monix.eval.internal.TaskRunLoop$.startFull(TaskRunLoop.scala:167)
	at monix.eval.internal.TaskRunLoop$RestartCallback.onSuccess(TaskRunLoop.scala:659)
	at monix.eval.Callback.apply(Callback.scala:58)
	at monix.eval.instances.CatsAsyncForTask$$anonfun$async$1$$anonfun$apply$1.apply(CatsAsyncForTask.scala:38)
	at monix.eval.instances.CatsAsyncForTask$$anonfun$async$1$$anonfun$apply$1.apply(CatsAsyncForTask.scala:38)
	at cats.effect.internals.IOPlatform$$anonfun$onceOnly$1.apply(IOPlatform.scala:75)
	at cats.effect.internals.IOPlatform$$anonfun$onceOnly$1.apply(IOPlatform.scala:75)
	at monix.eval.internal.TaskConversions$$anonfun$toIO$1$$anonfun$apply$1$$anonfun$apply$2.apply(TaskConversions.scala:43)
	at monix.eval.internal.TaskConversions$$anonfun$toIO$1$$anonfun$apply$1$$anonfun$apply$2.apply(TaskConversions.scala:42)
	at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:36)
	at scala.concurrent.impl.ExecutionContextImpl$AdaptedForkJoinTask.exec(ExecutionContextImpl.scala:121)
	at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
	at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
	at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
	at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
[info] - should work for client streaming RPC metrics *** FAILED ***m
[info]   0 was not equal to 1 (BaseMonitorServerInterceptorTests.scala:97)
@juanpedromoreno juanpedromoreno added the bug Something isn't working label Feb 13, 2018
@L-Lavigne L-Lavigne self-assigned this Mar 7, 2018
@L-Lavigne L-Lavigne removed their assignment Apr 2, 2018
@L-Lavigne L-Lavigne added the tests Improves or modifies tests label May 8, 2018
@L-Lavigne L-Lavigne added the help wanted Extra attention is needed label May 17, 2018
@juanpedromoreno
Copy link
Member Author

Is this fixed now? Could we close it?

@fedefernandez
Copy link
Contributor

No, indeed it appears more frequently in local

@fedefernandez
Copy link
Contributor

Let's close this for now. It doesn't look it's happening again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed tests Improves or modifies tests
Projects
None yet
Development

No branches or pull requests

3 participants