*/
public static Test suite() {
Properties props = new Properties();
props.setProperty("derby.language.stalePlanCheckInterval", "10");
props.setProperty("derby.storage.checkpointInterval", "100000");
Test suite = new DatabasePropertyTestSetup(
new TestSuite(StalePlansTest.class), props, true);
return new CleanDatabaseTestSetup(suite) {
protected void decorateSQL(Statement s) throws SQLException {
// Create and populate a table to be used for flushing the
// cache. Flushing the cache causes all row count changes to be