File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/test/java/com/rabbitmq/stream/perf Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 2727import com .rabbitmq .stream .impl .Client .StreamMetadata ;
2828import com .rabbitmq .stream .impl .Client .StreamParametersBuilder ;
2929import com .rabbitmq .stream .impl .TestUtils ;
30+ import com .rabbitmq .stream .impl .TestUtils .BrokerVersion ;
31+ import com .rabbitmq .stream .impl .TestUtils .BrokerVersionAtLeast ;
3032import com .rabbitmq .stream .impl .TestUtils .CallableConsumer ;
3133import com .rabbitmq .stream .impl .TestUtils .DisabledIfTlsNotEnabled ;
3234import 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 =
You can’t perform that action at this time.
0 commit comments