File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/test/java/com/rabbitmq/stream/impl Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 2525import com .rabbitmq .stream .EnvironmentBuilder ;
2626import com .rabbitmq .stream .OffsetSpecification ;
2727import com .rabbitmq .stream .Producer ;
28+ import com .rabbitmq .stream .impl .TestUtils .BrokerVersion ;
29+ import com .rabbitmq .stream .impl .TestUtils .BrokerVersionAtLeast ;
2830import io .netty .channel .EventLoopGroup ;
2931import java .nio .charset .StandardCharsets ;
3032import java .util .HashSet ;
@@ -168,6 +170,7 @@ void allMessagesSentWithRoutingKeyRoutingShouldBeThenConsumed() throws Exception
168170 }
169171
170172 @ Test
173+ @ BrokerVersionAtLeast (BrokerVersion .RABBITMQ_3_11 )
171174 void allMessagesForSameUserShouldEndUpInSamePartition () throws Exception {
172175 int messageCount = 10_000 * partitions ;
173176 int userCount = 10 ;
You can’t perform that action at this time.
0 commit comments