This is an automated email from the ASF dual-hosted git repository. penghui pushed a commit to branch branch-2.7 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 0daf3da230ffeca58862b85f0df335215c70659d Author: penghui <[email protected]> AuthorDate: Wed Mar 24 15:09:07 2021 +0800 Fix cherry-pick conflicts --- .../apache/pulsar/tests/integration/io/PulsarSourcePropertyTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/src/test/java/org/apache/pulsar/tests/integration/io/PulsarSourcePropertyTest.java b/tests/integration/src/test/java/org/apache/pulsar/tests/integration/io/PulsarSourcePropertyTest.java index 70452d4..46493f4 100644 --- a/tests/integration/src/test/java/org/apache/pulsar/tests/integration/io/PulsarSourcePropertyTest.java +++ b/tests/integration/src/test/java/org/apache/pulsar/tests/integration/io/PulsarSourcePropertyTest.java @@ -149,7 +149,7 @@ public class PulsarSourcePropertyTest extends PulsarStandaloneTestSuite { "--name", sourceName ); assertTrue(result.getStdout().contains("Delete source successfully")); - result.assertNoStderr(); + assertTrue(StringUtils.isEmpty(result.getStderr())); } private void getSourceInfoNotFound(String sourceName) throws Exception {
