File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
integration-tests/src/test/java/com/datastax/oss/driver/core/pool Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 1414import com .datastax .oss .driver .api .testinfra .ScyllaOnly ;
1515import com .datastax .oss .driver .api .testinfra .ccm .CustomCcmRule ;
1616import com .datastax .oss .driver .api .testinfra .session .SessionUtils ;
17+ import com .datastax .oss .driver .categories .IsolatedTests ;
1718import com .datastax .oss .driver .internal .core .pool .ChannelPool ;
1819import com .datastax .oss .driver .internal .core .session .DefaultSession ;
1920import com .datastax .oss .driver .internal .core .util .concurrent .CompletableFutures ;
3940import org .junit .Before ;
4041import org .junit .ClassRule ;
4142import org .junit .Test ;
43+ import org .junit .experimental .categories .Category ;
4244import org .junit .runner .RunWith ;
4345import org .slf4j .LoggerFactory ;
4446
4547@ ScyllaOnly (description = "Advanced shard awareness relies on ScyllaDB's shard aware port" )
4648@ RunWith (DataProviderRunner .class )
49+ @ Category (IsolatedTests .class )
4750public class AdvancedShardAwarenessIT {
4851
4952 @ ClassRule
You can’t perform that action at this time.
0 commit comments