Closed findepi closed 3 years ago
https://github.com/prestosql/presto/runs/1595876042
2020-12-22T17:12:43.9134387Z [ERROR] Tests run: 241, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 568.631 s <<< FAILURE! - in TestSuite
2020-12-22T17:12:43.9141766Z [ERROR] testUnsupportedInsert(io.prestosql.plugin.kafka.schema.confluent.TestKafkaWithConfluentSchemaRegistryMinimalFunctionality) Time elapsed: 3.035 s <<< FAILURE!
2020-12-22T17:12:43.9148051Z org.apache.kafka.common.errors.SerializationException: Error registering Avro schema: "long"
2020-12-22T17:12:43.9161293Z Caused by: io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException: Register operation timed out; error code: 50002
2020-12-22T17:12:43.9167318Z at io.confluent.kafka.schemaregistry.client.rest.RestService.sendHttpRequest(RestService.java:292)
2020-12-22T17:12:43.9172835Z at io.confluent.kafka.schemaregistry.client.rest.RestService.httpRequest(RestService.java:352)
2020-12-22T17:12:43.9178549Z at io.confluent.kafka.schemaregistry.client.rest.RestService.registerSchema(RestService.java:495)
2020-12-22T17:12:43.9184978Z at io.confluent.kafka.schemaregistry.client.rest.RestService.registerSchema(RestService.java:486)
2020-12-22T17:12:43.9191410Z at io.confluent.kafka.schemaregistry.client.rest.RestService.registerSchema(RestService.java:459)
2020-12-22T17:12:43.9199093Z at io.confluent.kafka.schemaregistry.client.CachedSchemaRegistryClient.registerAndGetId(CachedSchemaRegistryClient.java:206)
2020-12-22T17:12:43.9207644Z at io.confluent.kafka.schemaregistry.client.CachedSchemaRegistryClient.register(CachedSchemaRegistryClient.java:268)
2020-12-22T17:12:43.9222382Z at io.confluent.kafka.schemaregistry.client.CachedSchemaRegistryClient.register(CachedSchemaRegistryClient.java:244)
2020-12-22T17:12:43.9226935Z at io.confluent.kafka.serializers.AbstractKafkaAvroSerializer.serializeImpl(AbstractKafkaAvroSerializer.java:75)
2020-12-22T17:12:43.9230856Z at io.confluent.kafka.serializers.KafkaAvroSerializer.serialize(KafkaAvroSerializer.java:59)
2020-12-22T17:12:43.9234212Z at org.apache.kafka.common.serialization.Serializer.serialize(Serializer.java:62)
2020-12-22T17:12:43.9237091Z at org.apache.kafka.clients.producer.KafkaProducer.doSend(KafkaProducer.java:895)
2020-12-22T17:12:43.9265741Z at org.apache.kafka.clients.producer.KafkaProducer.send(KafkaProducer.java:865)
2020-12-22T17:12:43.9267703Z at org.apache.kafka.clients.producer.KafkaProducer.send(KafkaProducer.java:752)
2020-12-22T17:12:43.9269422Z at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2020-12-22T17:12:43.9272329Z at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
2020-12-22T17:12:43.9277338Z at io.prestosql.plugin.kafka.schema.confluent.TestKafkaWithConfluentSchemaRegistryMinimalFunctionality.sendMessages(TestKafkaWithConfluentSchemaRegistryMinimalFunctionality.java:250)
2020-12-22T17:12:43.9288470Z at io.prestosql.plugin.kafka.schema.confluent.TestKafkaWithConfluentSchemaRegistryMinimalFunctionality.testUnsupportedInsert(TestKafkaWithConfluentSchemaRegistryMinimalFunctionality.java:133)
2020-12-22T17:12:43.9296310Z at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2020-12-22T17:12:43.9298695Z at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2020-12-22T17:12:43.9301914Z at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2020-12-22T17:12:43.9304078Z at java.base/java.lang.reflect.Method.invoke(Method.java:566)
2020-12-22T17:12:43.9305986Z at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
2020-12-22T17:12:43.9307986Z at org.testng.internal.Invoker.invokeMethod(Invoker.java:645)
2020-12-22T17:12:43.9309804Z at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)
2020-12-22T17:12:43.9311464Z at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)
2020-12-22T17:12:43.9313464Z at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
2020-12-22T17:12:43.9315443Z at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
2020-12-22T17:12:43.9317347Z at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
2020-12-22T17:12:43.9319171Z at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
2020-12-22T17:12:43.9320537Z at java.base/java.lang.Thread.run(Thread.java:834)
Trying to address this with: https://github.com/prestosql/presto/pull/6444
i know @kokosing is trying to fix this. Should this be annotated with @Flaky
in the interim?
Should this be annotated with @Flaky in the interim?
I end up with marking as flaky: https://github.com/trinodb/trino/pull/6504 😞
The issue is about testing infra not being setup data (create a schema in schema registry). So it is not related to Trino code.
https://github.com/prestosql/presto/runs/1588615014
cc @elonazoulay @kokosing