yulei0824 edited a comment on pull request #16645: URL: https://github.com/apache/flink/pull/16645#issuecomment-891834559
@zentol There is a problem in SQLClientSchemaRegistryITCase. (https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=21380&view=logs&j=c88eea3b-64a0-564d-0031-9fdcd7b8abee&t=070ff179-953e-5bda-71fa-d6599415701c&l=24439) Aug 03 13:03:21 [ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 225.944 s <<< FAILURE! - in org.apache.flink.tests.util.kafka.SQLClientSchemaRegistryITCase Aug 03 13:03:21 [ERROR] testWriting(org.apache.flink.tests.util.kafka.SQLClientSchemaRegistryITCase) Time elapsed: 76.942 s <<< ERROR! Aug 03 13:03:21 io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException: Subject 'test-user-behavior-13c0e788-a873-450b-aa57-55b3d8d27983-value' not found.; error code: 40401 Aug 03 13:03:21 at io.confluent.kafka.schemaregistry.client.rest.RestService.sendHttpRequest(RestService.java:292) Aug 03 13:03:21 at io.confluent.kafka.schemaregistry.client.rest.RestService.httpRequest(RestService.java:352) Aug 03 13:03:21 at io.confluent.kafka.schemaregistry.client.rest.RestService.getAllVersions(RestService.java:769) Aug 03 13:03:21 at io.confluent.kafka.schemaregistry.client.rest.RestService.getAllVersions(RestService.java:760) Aug 03 13:03:21 at io.confluent.kafka.schemaregistry.client.CachedSchemaRegistryClient.getAllVersions(CachedSchemaRegistryClient.java:364) Aug 03 13:03:21 at org.apache.flink.tests.util.kafka.SQLClientSchemaRegistryITCase.getAllVersions(SQLClientSchemaRegistryITCase.java:230) Aug 03 13:03:21 at org.apache.flink.tests.util.kafka.SQLClientSchemaRegistryITCase.testWriting(SQLClientSchemaRegistryITCase.java:195) Aug 03 13:03:21 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) Aug 03 13:03:21 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) Aug 03 13:03:21 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) Aug 03 13:03:21 at java.lang.reflect.Method.invoke(Method.java:498) Aug 03 13:03:21 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) Aug 03 13:03:21 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) Aug 03 13:03:21 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) Aug 03 13:03:21 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) Aug 03 13:03:21 at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299) Aug 03 13:03:21 at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293) Aug 03 13:03:21 at java.util.concurrent.FutureTask.run(FutureTask.java:266) Aug 03 13:03:21 at java.lang.Thread.run(Thread.java:748) -- 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]
