[MDEV-13179] main.errors fails in buildbot and outside with wrong errno 1290 Created: 2017-06-26 Updated: 2020-04-30 Resolved: 2017-08-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.1 |
| Fix Version/s: | 10.1.26 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2/builds/8564/steps/test_3/logs/stdio Also reproducible locally with ps-protocol.
The failure appeared in 10.1 with this revision:
|
| Comments |
| Comment by Michael Widenius [ 2017-08-03 ] |
|
Reopening issue because we get in some cases the wrong error code when using max_session_mem_used. When compiling with valgrind, this always happens. |
| Comment by Michael Widenius [ 2017-08-07 ] |
|
Here is the commit message for the fix to this problem: The problem was that the introduction of max-thread-mem-used can cause Fixed by adding an option to have unique messages for each KILL Fixed by moving clear_error() from reset_for_next_command() to Related changes:
|