[MDEV-8404] Some main.ssl_xxx tests fails with --ssl Created: 2015-07-01 Updated: 2017-01-04 Resolved: 2017-01-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | SSL, Tests |
| Affects Version/s: | 10.0.20 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Nirbhay Choubey (Inactive) | Assignee: | Sergei Golubchik |
| Resolution: | Not a Bug | Votes: | 1 |
| Labels: | SUSE, upstream | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
However, all ssl tests pass if no '--ssl' option is used. https://bugzilla.suse.com/show_bug.cgi?id=920246 |
| Comments |
| Comment by Elena Stepanova [ 2015-07-01 ] |
|
Duplicate of |
| Comment by Elena Stepanova [ 2015-07-01 ] |
|
Actually, since this issue is linked to OpenSUSE bugzilla, lets make the other bug duplicate. |
| Comment by Elena Stepanova [ 2015-07-01 ] |
|
The upstream bug is called "numerous tests fail on RedHat 6", but it's really about the --ssl option. |
| Comment by Sergei Golubchik [ 2016-06-15 ] |
|
I tend to say that it's not a bug. There was no promise that the full test suite will work for any combination of mysqld command-line options. In particular, main.ssl_7937,nossl test specifically tests how the client fails to connect when the server does not support ssl. It rightfully fails if you force ssl in the client, but the server will have it disabled, this is precisely what the test is for. Other tests that fail use ssl with non-default certificates, so the client fails to connect with default ones. |
| Comment by Honza Horak [ 2017-01-04 ] |
|
It doesn't make much sense to me – if a test is expected to fail in certain conditions (--ssl option), then the test should be skipped. Or is there any way to tell which tests are expected to fail with --ssl option? |