SGF-41
+ added statistics attribute for all write regions into SGF namespace
This commit is contained in:
@@ -61,6 +61,8 @@ public class PartitionedRegionNamespaceTest {
|
||||
assertEquals("redundant", TestUtils.readField("name", fb));
|
||||
|
||||
RegionAttributes attrs = TestUtils.readField("attributes", fb);
|
||||
assertTrue(attrs.getStatisticsEnabled());
|
||||
|
||||
PartitionAttributes pAttr = attrs.getPartitionAttributes();
|
||||
|
||||
assertEquals(1, pAttr.getRedundantCopies());
|
||||
|
||||
Reference in New Issue
Block a user