This is an automated email from the ASF dual-hosted git repository.
eolivelli pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.7 by this push:
new df6e726 [Branch-2.7] Fix the build error (#10448)
df6e726 is described below
commit df6e7260f43975b5657b343371b5c1687bf0851f
Author: Yong Zhang <[email protected]>
AuthorDate: Fri Apr 30 12:44:30 2021 +0800
[Branch-2.7] Fix the build error (#10448)
---
*Motivation*
Branch 2.7 build failed by the SchemaTest file.
---
pulsar-broker/src/test/java/org/apache/pulsar/schema/SchemaTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/pulsar-broker/src/test/java/org/apache/pulsar/schema/SchemaTest.java
b/pulsar-broker/src/test/java/org/apache/pulsar/schema/SchemaTest.java
index 4ffdcad..d72cbf1 100644
--- a/pulsar-broker/src/test/java/org/apache/pulsar/schema/SchemaTest.java
+++ b/pulsar-broker/src/test/java/org/apache/pulsar/schema/SchemaTest.java
@@ -260,7 +260,7 @@ public class SchemaTest extends MockedPulsarServiceBaseTest
{
.getSchemaLedgerList(TopicName.get(topic).getSchemaName());
assertEquals(ledgers.size(), 2);
admin.topics().delete(topic, true, true);
- assertEquals(this.pulsar.getSchemaRegistryService()PulsarService.java
+ assertEquals(this.pulsar.getSchemaRegistryService()
.trimDeletedSchemaAndGetList(TopicName.get(topic).getSchemaName()).get().size(),
0);
for (Long ledger : ledgers) {