@@ -1664,7 +1664,7 @@ public void testGetTxnState() throws Exception {
1664
1664
1665
1665
@ Test
1666
1666
public void testEncryptionRequired () throws Exception {
1667
- final String namespace = "tnx/ns-prechecks " ;
1667
+ final String namespace = "tnx/testEncryptionRequired " ;
1668
1668
final String topic = "persistent://" + namespace + "/test_transaction_topic" ;
1669
1669
admin .namespaces ().createNamespace (namespace );
1670
1670
admin .namespaces ().setEncryptionRequiredStatus (namespace , true );
@@ -1797,7 +1797,7 @@ private void getTopic(String topicName) {
1797
1797
1798
1798
@ Test
1799
1799
public void testReadCommittedWithReadCompacted () throws Exception {
1800
- final String namespace = "tnx/ns-prechecks " ;
1800
+ final String namespace = "tnx/testReadCommittedWithReadCompacted " ;
1801
1801
final String topic = "persistent://" + namespace + "/test_transaction_topic" ;
1802
1802
admin .namespaces ().createNamespace (namespace );
1803
1803
admin .topics ().createNonPartitionedTopic (topic );
@@ -1853,7 +1853,7 @@ public void testReadCommittedWithReadCompacted() throws Exception{
1853
1853
1854
1854
@ Test
1855
1855
public void testReadCommittedWithCompaction () throws Exception {
1856
- final String namespace = "tnx/ns-prechecks " ;
1856
+ final String namespace = "tnx/testReadCommittedWithCompaction " ;
1857
1857
final String topic = "persistent://" + namespace + "/test_transaction_topic" + UUID .randomUUID ();
1858
1858
admin .namespaces ().createNamespace (namespace );
1859
1859
admin .topics ().createNonPartitionedTopic (topic );
0 commit comments