You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/test/tap/tests_with_deps
Miro Stauder 708bbc9f52
fix sqlite3 includes in tap tests
3 years ago
..
deprecate_eof_support Merge pull request #4138 from sysown/v2.x-remove_default_query_rules_in_deprecate_eof_cache-t 3 years ago
Makefile Move previously external TAP tests into main repository 3 years ago
README.md Move previously external TAP tests into main repository 3 years ago
common_defs.Makefile fix sqlite3 includes in tap tests 3 years ago

README.md

Compilation

This folder should contain folders which tests require special dependencies for being build. Every folder should define its own variables in which it expect to find the required dependencies for building the tests. This path shall always be based on $TEST_DEPS environmental variable.

In addition, all folders should include a README.md detailing the variables they are defining, the path such variables expect to find the required dependency, and the command they expect to issue in the target location.

If the dependencies are not found, compilation should issue a warning, and continue without failing. See deprecate_eof_support as an example of this behavior.

Execution

The execution from all the tests defined in this folders should be identical to the execution of tests in the general tests folder.