You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pulsar-broker-common/src/test/java/org/apache/pulsar/bookie/rackawareness/BookieRackAffinityMappingTest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ public class BookieRackAffinityMappingTest {
49
49
50
50
@BeforeMethod
51
51
publicvoidsetUp() throwsException {
52
-
store = MetadataStoreFactory.create("memory://local", MetadataStoreConfig.builder().build());
52
+
store = MetadataStoreFactory.create("memory:local", MetadataStoreConfig.builder().build());
Copy file name to clipboardexpand all lines: pulsar-broker-common/src/test/java/org/apache/pulsar/bookie/rackawareness/IsolatedBookieEnsemblePlacementPolicyTest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ public class IsolatedBookieEnsemblePlacementPolicyTest {
70
70
@BeforeMethod
71
71
publicvoidsetUp() throwsException {
72
72
timer = newHashedWheelTimer();
73
-
store = MetadataStoreFactory.create("memory://local", MetadataStoreConfig.builder().build());
73
+
store = MetadataStoreFactory.create("memory:local", MetadataStoreConfig.builder().build());
Copy file name to clipboardexpand all lines: pulsar-broker/src/test/java/org/apache/pulsar/broker/service/PersistentDispatcherFailoverConsumerTest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ public void setup() throws Exception {
125
125
.when(pulsar).getBookKeeperClient();
126
126
eventLoopGroup = newNioEventLoopGroup();
127
127
128
-
store = MetadataStoreFactory.create("memory://local", MetadataStoreConfig.builder().build());
128
+
store = MetadataStoreFactory.create("memory:local", MetadataStoreConfig.builder().build());
Copy file name to clipboardexpand all lines: pulsar-functions/instance/src/test/java/org/apache/pulsar/functions/instance/state/PulsarMetadataStateStoreImplTest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ public class PulsarMetadataStateStoreImplTest {
Copy file name to clipboardexpand all lines: pulsar-package-management/bookkeeper-storage/src/test/java/org/apache/pulsar/packages/management/storage/bookkeeper/bookkeeper/test/MockedBookKeeperTestCase.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ public MockedBookKeeperTestCase(int numBookies) {
Copy file name to clipboardexpand all lines: pulsar-transaction/coordinator/src/test/java/org/apache/pulsar/transaction/coordinator/test/MockedBookKeeperTestCase.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ public MockedBookKeeperTestCase(int numBookies) {
0 commit comments