Description
I’ve tried interesting scenario. I’ve compiled hcatalog with JDK 6 (including tests) and run the tests itself on JDK 7. My motivation was to see what will happen to users that will download official Apache release (usually compiled on JDK 6) and will run it on JDK 7. I’ve seen TestPigHCatUtil failing because the order of method calls was different then when compiling and running the tests only on JDK 6 or only on JDK 7.