This repository was archived by the owner on Apr 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pulsar-broker/src/test/java/org/apache/pulsar/broker/transaction Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1665,7 +1665,7 @@ public void testGetTxnState() throws Exception {
1665
1665
1666
1666
@ Test
1667
1667
public void testEncryptionRequired () throws Exception {
1668
- final String namespace = "tnx/ns-prechecks " ;
1668
+ final String namespace = "tnx/testEncryptionRequired " ;
1669
1669
final String topic = "persistent://" + namespace + "/test_transaction_topic" ;
1670
1670
admin .namespaces ().createNamespace (namespace );
1671
1671
admin .namespaces ().setEncryptionRequiredStatus (namespace , true );
@@ -1913,7 +1913,7 @@ public void testReadCommittedWithCompaction() throws Exception{
1913
1913
@ Test
1914
1914
public void testDelayedDeliveryExceedsMaxDelay () throws Exception {
1915
1915
final long maxDeliveryDelayInMillis = 5000 ;
1916
- final String namespace = "tnx/ns-prechecks " ;
1916
+ final String namespace = "tnx/testDelayedDeliveryExceedsMaxDelay " ;
1917
1917
final String topic = "persistent://" + namespace + "/test_transaction_topic" + UUID .randomUUID ();
1918
1918
admin .namespaces ().createNamespace (namespace );
1919
1919
admin .topics ().createNonPartitionedTopic (topic );
You can’t perform that action at this time.
0 commit comments