public class TestIgnoreSchemaLogTablePurgeDatabaseAndCacheCmd extends Object implements Command<PurgeReport>, Serializable
PurgeDatabaseAndCacheCmd
. Used by
TestIgnoreSchemaLogTableOnPurgePlugin
to ensure that the new database
table ACT_SCHEMA_LOG is ignored in purge reports. This is necessary to run
the test suite on a 7.10 engine with the 7.11 schema.
TODO: Remove this after the 7.11 release.Modifier and Type | Field and Description |
---|---|
protected static String |
DELETE_TABLE_DATA |
protected static String |
EMPTY_STRING |
protected static String |
SELECT_TABLE_COUNT |
protected static String |
TABLE_NAME |
static List<String> |
TABLENAMES_EXCLUDED_FROM_DB_CLEAN_CHECK |
Constructor and Description |
---|
TestIgnoreSchemaLogTablePurgeDatabaseAndCacheCmd() |
Modifier and Type | Method and Description |
---|---|
PurgeReport |
execute(CommandContext commandContext) |
protected static final String DELETE_TABLE_DATA
protected static final String SELECT_TABLE_COUNT
protected static final String TABLE_NAME
protected static final String EMPTY_STRING
public TestIgnoreSchemaLogTablePurgeDatabaseAndCacheCmd()
public PurgeReport execute(CommandContext commandContext)
execute
in interface Command<PurgeReport>
Copyright © 2022. All rights reserved.