mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
SEARCH-1681 a single test for sharding with a seperate test group
This commit is contained in:
+3
-2
@@ -174,11 +174,12 @@ public class ShardInfoTest extends AbstractE2EFunctionalTest
|
||||
}
|
||||
|
||||
if(shardingMethod == "DB_ID_RANGE"){
|
||||
assertNotNull(shardParams, "shard.key=");
|
||||
assertNotNull(shardParams, "");
|
||||
}
|
||||
|
||||
if(shardingMethod == "DATE"){
|
||||
assertNotNull(shardParams, "shard.key=");
|
||||
assertNotNull(shardParams, "shard.key= "
|
||||
+ "shard.date.grouping");
|
||||
}
|
||||
|
||||
if(shardingMethod == "PROPERTY"){
|
||||
|
||||
Reference in New Issue
Block a user