use of org.apache.geode.cache.Cache in project geode by apache.
the class GroupByDUnitImpl method testConvertibleGroupByQuery_refer_column_alias_Bug520141.
@Override
@Test
public void testConvertibleGroupByQuery_refer_column_alias_Bug520141() throws Exception {
Host host = Host.getHost(0);
final VM vm0 = host.getVM(0);
final VM vm1 = host.getVM(1);
final VM vm2 = host.getVM(2);
final VM vm3 = host.getVM(3);
Cache cache = this.getCache();
GroupByTestInterface test = createTestInstance();
test.testConvertibleGroupByQuery_refer_column_alias_Bug520141();
this.closeCache(vm0, vm1, vm2, vm3);
}
use of org.apache.geode.cache.Cache in project geode by apache.
the class GroupByDUnitImpl method testAggregateFuncWithOrderBy.
@Override
@Test
public void testAggregateFuncWithOrderBy() throws Exception {
Host host = Host.getHost(0);
final VM vm0 = host.getVM(0);
final VM vm1 = host.getVM(1);
final VM vm2 = host.getVM(2);
final VM vm3 = host.getVM(3);
Cache cache = this.getCache();
GroupByTestInterface test = createTestInstance();
test.testAggregateFuncWithOrderBy();
this.closeCache(vm0, vm1, vm2, vm3);
}
use of org.apache.geode.cache.Cache in project geode by apache.
the class GroupByDUnitImpl method testAggregateFuncAvgDistinct.
@Override
@Test
public void testAggregateFuncAvgDistinct() throws Exception {
Host host = Host.getHost(0);
final VM vm0 = host.getVM(0);
final VM vm1 = host.getVM(1);
final VM vm2 = host.getVM(2);
final VM vm3 = host.getVM(3);
Cache cache = this.getCache();
GroupByTestInterface test = createTestInstance();
test.testAggregateFuncAvgDistinct();
;
this.closeCache(vm0, vm1, vm2, vm3);
}
use of org.apache.geode.cache.Cache in project geode by apache.
the class GroupByDUnitImpl method testAggregateFuncCountDistinctStar_2.
@Override
@Test
public void testAggregateFuncCountDistinctStar_2() throws Exception {
Host host = Host.getHost(0);
final VM vm0 = host.getVM(0);
final VM vm1 = host.getVM(1);
final VM vm2 = host.getVM(2);
final VM vm3 = host.getVM(3);
Cache cache = this.getCache();
GroupByTestInterface test = createTestInstance();
test.testAggregateFuncCountDistinctStar_2();
;
this.closeCache(vm0, vm1, vm2, vm3);
}
use of org.apache.geode.cache.Cache in project geode by apache.
the class GroupByDUnitImpl method testCompactRangeIndex.
@Override
@Test
public void testCompactRangeIndex() throws Exception {
Host host = Host.getHost(0);
final VM vm0 = host.getVM(0);
final VM vm1 = host.getVM(1);
final VM vm2 = host.getVM(2);
final VM vm3 = host.getVM(3);
Cache cache = this.getCache();
GroupByTestInterface test = createTestInstance();
test.testCompactRangeIndex();
this.closeCache(vm0, vm1, vm2, vm3);
}
Aggregations