// check one table was returned
assertEquals(1, results.length);
// check one tuple was modified
VoltTable result = results[0];
assertNotNull(result);
long stockCount = result.asScalarLong();
// check count was 0 (should be, for we have empty stock and order-line tables.
assertEquals(0L, stockCount);
// Now we repeat the same thing, but adding a valid order-line.
// long ol_o_id, long ol_d_id, long ol_w_id, long ol_number, long