StringUtils.getRandomString(new Random(289347567856686223L), 30000, 35000),
StringUtils.getRandomString(new Random(289347567856686223L), 100*1024, 105*1024),
"bar"};
// run tests with the string serializer as the component serializer
runTests(String.class, new StringSerializer(), arr1, arr2);
// run the tests with the generic serializer as the component serializer
runTests(arr1, arr2);
}