[MDEV-19455] main.dyncol failed in buildbot with extra warning "Warning_info flags: 0" Created: 2019-05-13 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Dynamic Columns, Tests |
| Affects Version/s: | 10.3, 10.4 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Oleksandr Byelkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
http://buildbot.askmonty.org/buildbot/builders/win32-debug/builds/13805
|
| Comments |
| Comment by Marko Mäkelä [ 2019-10-11 ] | ||||||||
|
http://buildbot.askmonty.org/buildbot/builders/winx64-debug/builds/15956/steps/test/logs/stdio
| ||||||||
| Comment by Marko Mäkelä [ 2019-10-11 ] | ||||||||
|
In the error log, I noticed that the preceding test main.drop_bad_db_type had inadvertently enabled all DBUG tracing by executing
instead of following the preferred pattern of
The test was introduced years ago. I searched MariaDB 5.5 for similar tests, and adjusted the main ones (notably, not --suite=rpl, because I believe that alice has been requested to do that). |