* Have a bunch of threads competing to update the same row using checkAndPut operations and
* assert that all the end value is what we expect.
*/
@Test
public void test() throws Exception {
final Dimension<Long> dimension = new Dimension<Long>("mydimension", new BigEndianLongBucketer(),
false, 8);
List<Dimension<?>> dimensions = ImmutableList.<Dimension<?>>of(dimension);
Rollup rollup = new Rollup(dimension);
List<Rollup> rollups = ImmutableList.of(rollup);