rtsp = new RuntimeStatisticsParser(rts);
// print out the full stats if derby.tests.debug is true
println("full stats: \n" + rtsp.toString());
// the essentials are getting checked as per the comments
// above. If more detailed checking is needed, uncomment lines.
rtsp.assertSequence(
new String[] {
"Hash Join ResultSet:",
//"Left result set:",
//"_Sort ResultSet:",
"_Rows input = 53055",