You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

In order to make the system more stable, we require committers and contributors to add tests along with patches

Currently, there are three kinds of tests in Apache AsterixDB:

  • End-to-end tests:  End-to-end tests typically are queries or REST requests that runs against an AsterixDB instance. More specifically, end-to-end tests include:

    – RuntimeTest (asterixdb/asterix-app/src/test/resources/runtimets/): verifies that queries can return expected results or errors. 

    – OptimizerTest (asterixdb/asterix-app/src/test/resources/optimizerts/): verifies that the optimized query plans of queries are expected.

    – MetadataTest:

    – IntegrationTest:
  • No labels