lhotari commented on PR #24103:
URL: https://github.com/apache/pulsar/pull/24103#issuecomment-2808846720
@poorbarcode It seems that this test failure remainns:
```
Error: Tests run: 41, Failures: 1, Errors: 0, Skipped: 17, Time elapsed:
151.005 s <<< FAILURE! - in org.apache.pulsar.schema.SchemaTest
Error:
org.apache.pulsar.schema.SchemaTest.testSendAvroAndJsonPrimitiveSchema Time
elapsed: 0.187 s <<< FAILURE!
org.apache.pulsar.client.api.PulsarClientException$IncompatibleSchemaException:
{"errorMsg":"Please call org.apache.pulsar.client.api.Schema.INT when using a
simple type schema","reqId":3649047843048571735,
"remote":"localhost/127.0.0.1:45669", "local":"/127.0.0.1:38284"}
at
org.apache.pulsar.client.api.PulsarClientException.unwrap(PulsarClientException.java:1067)
at
org.apache.pulsar.client.impl.TypedMessageBuilderImpl.send(TypedMessageBuilderImpl.java:107)
at
org.apache.pulsar.schema.SchemaTest.testSendAvroAndJsonPrimitiveSchema(SchemaTest.java:408)
at
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at
org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
at
org.testng.internal.invokers.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:47)
at
org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:76)
at
org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:11)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
```
--
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]