[MDEV-11056] [Draft] Bogus STATUS_SERVER_CRASHED upon running stress test Created: 2016-10-14 Updated: 2021-01-20 Resolved: 2021-01-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Elena Stepanova |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The test sporadically (but frequently enough) fails like this:
There is, however, no sign of crash in the server error log.
It can be different, but so far it has always been a select with a LEFT/RIGHT join. Maybe just because it's slow. There is no KILL in the test flow. Adding skip-shutdown does not help, so it's not a connection dying on server shutdown, either. It might well be a bogus error on the test side, but it needs to be investigated. |
| Comments |
| Comment by Elena Stepanova [ 2021-01-20 ] |
|
There are still many fake "crashes" in the tests, but this one isn't happening anymore. |