-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Description
Search before reporting
- I searched in the issues and found nothing similar.
Example failure
https://github.com/apache/pulsar/actions/runs/18771071741/job/53556168299#step:11:1475
Exception stacktrace
[remainingMessageValues]
Expecting empty but was: [1,
2,
3,
4,
6,
9,
13,
15,
17,
18,
20,
22,
26,
27,
28,
29,
30,
33,
35,
924,
925,
926,
927,
928,
929,
930,
931,
932,
933,
934,
935,
936,
937,
938,
939,
940,
941,
942,
943,
944,
945,
946,
947,
948,
949,
950,
951,
952,
953,
954,
955,
956,
957,
958,
959,
960,
961,
962,
963,
964,
965,
966,
967,
968,
969,
970,
971,
972,
973,
974,
975,
976,
977,
978,
979,
980,
981,
982,
983,
984,
985,
986,
987,
988,
989,
990,
991,
992,
993,
994,
995,
996,
997,
998,
999]
at KeySharedSubscriptionBrokerCacheTest.lambda$testReplayQueueReadsGettingCached$2(KeySharedSubscriptionBrokerCacheTest.java:298)
at org.apache.pulsar.client.api.KeySharedSubscriptionBrokerCacheTest.testReplayQueueReadsGettingCached(KeySharedSubscriptionBrokerCacheTest.java:297)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
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:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
Are you willing to submit a PR?
- I'm willing to submit a PR!