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/deprecate_eof_support
René Cannaò 666225ddd2
Merge pull request #4138 from sysown/v2.x-remove_default_query_rules_in_deprecate_eof_cache-t
3 years ago
..
Makefile Compile fwd_eof_query.cpp with libmysqlclient to test sequence id sanity 3 years ago
README.md Move previously external TAP tests into main repository 3 years ago
constants Move previously external TAP tests into main repository 3 years ago
deprecate_eof_cache-t.cpp Remove default infra query rules from deprecate_eof_cache-t 3 years ago
eof_cache_mixed_flags-t.cpp Move previously external TAP tests into main repository 3 years ago
eof_conn_options_check-t.cpp Fix typo - consecutive 'the' occurrences 3 years ago
eof_fast_forward-t.cpp Fix potential race condition on test 'eof_fast_forward-t' 3 years ago
eof_mixed_flags_queries-t.cpp Move previously external TAP tests into main repository 3 years ago
eof_packet_mixed_queries-t.cpp Move previously external TAP tests into main repository 3 years ago
fwd_eof_query.cpp Remove unused utils.h include from fwd_eof_query.cpp 3 years ago

README.md

Compilation

Compilation requires an env variable MARIADB_TEST_DEP to point to the location of a mariadb-connector-c version 3.1.9. Full expected path for the dependency is:

$(TEST_DEPS)/mariadb-client-library/mariadb-connector-c

The dependency is expected to be compiled in the target mode simply forwarding the make supplied options:

	cd $(MARIADB_TEST_DEP) && CC=${CC} CXX=${CXX} ${MAKE} mariadbclient