This message was deleted.
# general
s
This message was deleted.
n
hey @Eddú Meléndez Gonzales this wait strategy should wait for that topic to be created https://github.com/testcontainers/testcontainers-java/blob/405ddb7e39443993f8988c4[…]rc/main/java/org/testcontainers/containers/PulsarContainer.java if you use Pulsar 2.10.4, the error does not reproduce ?
would you mind to share the container logs and the error ?
the other Pulsar’s tests are passing ?
e
fails with 2.11.1 and 3.0.0 it works fine with 2.9.5, 2.10.4. Yes, the rest are passing. Only tx tests (2) fail Comparing both logs. I can not find
Copy code
2023-05-08T20:20:29,541+0000 [metadata-store-27-1] INFO  org.apache.pulsar.broker.admin.AdminResource - [null] Successfully created partitioned topic <persistent://pulsar/system/transaction_coordinator_assign>
2023-05-08T20:20:29,568+0000 [metadata-store-27-1] INFO  org.apache.pulsar.broker.admin.AdminResource - [null] Successfully created partitions for topic <persistent://pulsar/system/transaction_coordinator_assign> in cluster standalone
2023-05-08T20:20:29,571+0000 [metadata-store-27-1] INFO  org.eclipse.jetty.server.RequestLog - 127.0.0.1 - - [08/May/2023:20:20:29 +0000] "PUT /admin/v2/persistent/pulsar/system/transaction_coordinator_assign/partitions?createLocalTopicOnly=false HTTP/1.1" 204 0 "-" "Pulsar-Java-v2.9.5" 102
in 2.11.1
n
the problem is that since 2.11 the system topics are not listed by default. will send a fix
e
Thank you!!! I’ll review it