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 14
14
import com .datastax .oss .driver .api .testinfra .ScyllaOnly ;
15
15
import com .datastax .oss .driver .api .testinfra .ccm .CustomCcmRule ;
16
16
import com .datastax .oss .driver .api .testinfra .session .SessionUtils ;
17
+ import com .datastax .oss .driver .categories .IsolatedTests ;
17
18
import com .datastax .oss .driver .internal .core .pool .ChannelPool ;
18
19
import com .datastax .oss .driver .internal .core .session .DefaultSession ;
19
20
import com .datastax .oss .driver .internal .core .util .concurrent .CompletableFutures ;
39
40
import org .junit .Before ;
40
41
import org .junit .ClassRule ;
41
42
import org .junit .Test ;
43
+ import org .junit .experimental .categories .Category ;
42
44
import org .junit .runner .RunWith ;
43
45
import org .slf4j .LoggerFactory ;
44
46
45
47
@ ScyllaOnly (description = "Advanced shard awareness relies on ScyllaDB's shard aware port" )
46
48
@ RunWith (DataProviderRunner .class )
49
+ @ Category (IsolatedTests .class )
47
50
public class AdvancedShardAwarenessIT {
48
51
49
52
@ ClassRule
You can’t perform that action at this time.
0 commit comments