Skip to content

Commit 3982b84

Browse files
committed
Enable super stream test for performance tool
1 parent f832e04 commit 3982b84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/java/com/rabbitmq/stream/perf/StreamPerfTestTest.java

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
import com.rabbitmq.stream.impl.Client.StreamMetadata;
2828
import com.rabbitmq.stream.impl.Client.StreamParametersBuilder;
2929
import com.rabbitmq.stream.impl.TestUtils;
30+
import com.rabbitmq.stream.impl.TestUtils.BrokerVersion;
31+
import com.rabbitmq.stream.impl.TestUtils.BrokerVersionAtLeast;
3032
import com.rabbitmq.stream.impl.TestUtils.CallableConsumer;
3133
import com.rabbitmq.stream.impl.TestUtils.DisabledIfTlsNotEnabled;
3234
import java.io.BufferedReader;
@@ -421,6 +423,8 @@ void shouldStopWhenTimeIsSet() throws Exception {
421423
.isGreaterThanOrEqualTo(Duration.ofSeconds(3));
422424
}
423425

426+
@Test
427+
@BrokerVersionAtLeast(BrokerVersion.RABBITMQ_3_11)
424428
void singleActiveConsumersOnSuperStream() throws Exception {
425429
String consumerName = "app-1";
426430
Future<?> run =

0 commit comments

Comments
 (0)