[MDEV-5497] Test suite test connect.fix fails Created: 2014-01-01 Updated: 2014-06-16 Resolved: 2014-06-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.7, 10.0.8 |
| Fix Version/s: | 10.0.12 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Duncan Roe | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Slackware Linux 14.1 + kernel 3.12.6 |
||
| Description |
|
(as root) gives me an error report as below. I am keeping the mysql-test directory, so please let me know if you'd like anything else from it.
|
| Comments |
| Comment by Sergei Golubchik [ 2014-01-19 ] | ||
|
bar, looks like a timezone issue, doesn't it? | ||
| Comment by Duncan Roe [ 2014-01-27 ] | ||
|
Timezone here is AEDT (GMT + 11:00). However, the database is loaded and read with the same timezone, so how would it make a difference? | ||
| Comment by Alexander Barkov [ 2014-01-29 ] | ||
|
The problem is reproducible on a Fedora 18 box | ||
| Comment by Duncan Roe [ 2014-02-11 ] | ||
|
Still failing at 10.0.8 | ||
| Comment by Elena Stepanova [ 2014-03-04 ] | ||
|
The result file looks totally weird to me:
Which column "2" belongs to? | ||
| Comment by Otto Kekäläinen [ 2014-03-04 ] | ||
|
I have reproduced this issue building MariaDB 10.0 on a machine with the timezone UTC+2. | ||
| Comment by Olivier Bertrand [ 2014-03-05 ] | ||
|
Apparently non-sense result comes from wrong create table statements. Also, this character was removed from the birth date. In the case of the of George in San Jose, the date became 0/08/1981 giving a result that seems to depend on the time zone. Is this a bug? | ||
| Comment by Olivier Bertrand [ 2014-03-05 ] | ||
|
Sorry Elena, I did not read your comment entirely before answering. Your analyze was quite good, just missing the reason why this was happening. | ||
| Comment by Sergei Golubchik [ 2014-03-05 ] | ||
|
Reopened. Even if the behavior is expected and there's no bug in the CONNECT engine, the test still fails. it's not good, the test needs to be fixed to be deterministic. | ||
| Comment by Olivier Bertrand [ 2014-03-05 ] | ||
|
As a matter of facts, after I closed it, I forgot to push my fix. |