test suite requires 5.0.86 even if TEST_VERSION is something else
Bug #587766 reported by
Giuseppe Maxia
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MySQL Sandbox |
Confirmed
|
High
|
Giuseppe Maxia |
Bug Description
when running the test suite, if there is 5.0.86 in $SANDBOX/BINARY, the suite runs correctly.
But if 5.0.86 (which is the default version for testing) is missing, then the suite fails.
We need a way of isolating the versions needed for testing, so that we can remove all hard coded versions in the tests
To post a comment you must log in.
I've noticed something similar. For me, "TEST_VERSION= 5.0.82 make test" only fails on 08_test_ single_ port_checking. t and 09_test_ multiple_ port_checking. t. But "TEST_VERSION= /some/path/ 5.0.82" fails on:
Failed Test Stat Wstat Total Fail List of Failed ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- -- user_defined. t ?? ?? ?? user_defined. t ?? ?? ?? single_ port_checking. t ?? ?? ?? multiple_ port_checking. t ?? ?? ?? start_restart. t ?? ?? ?? n_parameters. t ?? ?? ?? user_pwd. t ?? ?? ??
-------
t/03_test_sandbox.t ?? ?? ??
t/04_test_sbtool.t ?? ?? ??
t/05_test_smoke.t ?? ?? ??
t/06_test_
t/07_test_
t/08_test_
t/09_test_
t/10_check_
t/11_replicatio
t/12_custom_
And "TEST_VERSION= /other/ path/mysql- 5.0.82. tar.gz. " fails on:
Failed Test Stat Wstat Total Fail List of Failed ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- -- user_defined. t 3 1 2 single_ port_checking. t ?? ?? ?? multiple_ port_checking. t ?? ?? ?? start_restart. t 35 7 29-35 user_pwd. t 6 2 2 5
-------
t/03_test_sandbox.t 43 29 15-43
t/06_test_
t/08_test_
t/09_test_
t/10_check_
t/12_custom_