[Branch-2.7] Make the unit test and integration test work#13243
Conversation
|
The C++ client build error is caused by the cherry-pick of #9533. It should be based on #9498 first. I have reverted the cherry-pick and cherry-picked #9498 and #9533 in order, and now it should work. /cc @codelipenghui @gaoran10 BTW, current branch-2.7 cannot be built with Python 3.9 unless cherry-picking #9389, #9574 and #13193 but we need to fix conflicts caused by some cherry-pick order. So I didn't do that. And I'm wondering why the my commits don't contain git checkout branch-2.7
git cherry-pick <commit-id>
git push origin branch-2.7Is there any wrong behavior? |
|
#9607 also needs to be cherry-picked. But I encountered a conflict in pulsar-broker/src/test/java/org/apache/pulsar/io/PulsarFunctionTlsTest.java. Please help resolve the conflict since I didn't have much context about why line 131 in following code was removed. 130 <<<<<<< HEAD
131 when(functionsWorkerService.getBrokerAdmin()).thenReturn(admin);
132 Set<String> admins = Sets.newHashSet("superUser");
133 =======
134 Set<String> admins = Sets.newHashSet("superUser", "admin");
135 >>>>>>> 2e0876612c7... Fix expired tls certs for cpp tests (#9607) |
16d9d20 to
14b8a20
Compare
|
/pulsarbot run-failure-checks |
14b8a20 to
4655afe
Compare
3f86469 to
59a0105
Compare
…i/incubator-pulsar into penghui/bump-2.7.5-SNAPSHOT
…OT' into penghui/bump-2.7.5-SNAPSHOT
| if (!globalZkCache().exists(path(POLICIES, property))) { | ||
| throw new KeeperException.NoNodeException(); | ||
| } |
There was a problem hiding this comment.
Fix the issue introduced by #10594, and 2.7.3 also have this problem.
|
/pulsarbot run-failure-checks |
…torTest#testReplicatorWithPartitionedTopic.
|
We use apache/pulsar#13299 to track the flaky test and move your before comments to there. @mattisonchao . |
…okeTest. PrometheusMetricsTest#testAuthMetrics, SubscriptionSeekTest#testSeekForBatchMessageAndSpecifiedBatchIndex. PeerReplicatorTest#testPeerClusterTopicLookup, NonPersistentTopicE2ETest#testGCWillDeleteSchema. PersistentTopicsTest#testPeekWithSubscriptionNameNotExist, PulsarStateTest#testSinkState.
…erIfFullTest#testCurrentLedgerRolloverIfFull ManagedLedgerCompressionTest#testRestartBrokerEnableManagedLedgerInfoCompression
…iReaderReachEndOfTopicOnMessageWithBatches. PersistentDispatcherFailoverConsumerTest#testAddRemoveConsumer, testAddRemoveConsumerNonPartitionedTopic
…cReaderTest#testMultiReaderBuilderConcurrentCreate PulsarOffsetBackingStoreTest
No description provided.