[CONJ-552] Failed tests: testPwdCharset Created: 2017-11-29 Updated: 2017-12-13 Resolved: 2017-12-12 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | test |
| Affects Version/s: | 2.2.0 |
| Fix Version/s: | 2.2.1 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Jakub Janco | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | tests | ||
| Environment: |
Fedora 27, clean install, openjdk version "1.8.0_151" |
||
| Description |
|
After I run mvn test, I get this fail: ``` |
| Comments |
| Comment by Diego Dupin [ 2017-12-08 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
That's probably just due to missing FLUSH PRIVILEGES : I've added commit https://github.com/MariaDB/mariadb-connector-j/commit/be7de9aa924d17547efe18023fc9e765b0cb6da3 to develop branch. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Jakub Janco [ 2017-12-11 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Didnt help: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Diego Dupin [ 2017-12-11 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I'll continue investigate this so. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Jakub Janco [ 2017-12-11 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Diego Dupin [ 2017-12-11 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Tried using Fedora 27 and openjdk version "1.8.0_151" without issue. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Diego Dupin [ 2017-12-12 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
problem identified. The test has been corrected. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Jakub Janco [ 2017-12-12 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I'm using clean/default installation of mariadb in Fedora.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Diego Dupin [ 2017-12-12 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
issue reproduced, default configuration on fedora has anonymous user ( ''@'localhost' ) Test is canceled when anonymous user is present, | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Diego Dupin [ 2017-12-12 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
closing now since reproduced and correction solves the issue. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Jakub Janco [ 2017-12-12 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Thanks, this solves the issue.
|