Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If adding a new feature, then check that it is either covered by an existing regression test or add a new test to an existing test suite.

Test Suites

Locationcore/sql/regress

DirectoryUsage
catman1

Tests the Catalog Manager.

charsetsTests Character Sets.
compGeneralCompiler test suite; tests optimizer-specific features.
coreTests a subset/sample of all features from all the test suites.
executorTests the SQL Executor.
fullstack2Similar to core but a very limited subset.
hiveTests HDFS access to Hive tables.
newregr

Unused/Saved repository for some unpublished features. These are not run.

qatTests basic DDL and DML syntax.
privs1Privilege tests part 1 - authorization setup, utilities, misc
privs2Privilege tests part 2 - grants and revokes
seabaseTests JNI interface to HBase.
toolsRegression driver scripts and general regression scripts.
udrests Tests the User Defined Routines (UDR) and TMUDF functionality.

Check Test Results

On completion, the test run prints out a test summary. All tests should pass, or pass with known differences.

Test results are written to the runregr-sb.log file in each component’s directory. Therefore, you can check the test results after the fact as follows:

...