[MDEV-21717] buildbot.mariadb.org pc9-ubuntu-1804 permanent failure on csv.read_only main.flush_logs_not_windows Created: 2020-02-12 Updated: 2020-02-17 Resolved: 2020-02-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Otto Kekäläinen | Assignee: | Robert Bindar |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
I noticed that the buildbot.mariadb.org builder pc9-ubuntu-1804 is permanently failing at https://buildbot.mariadb.org/#/builders: Failure is due to 2 test suite failures:
These should be fixed or disabled from the tests. Currently e.g. my https://github.com/MariaDB/server/pull/1444 cannot be accepted due to this unrelated test failure. |
| Comments |
| Comment by Robert Bindar [ 2020-02-17 ] |
|
Hi otto, the problem with these two tests is that they are being run by a root user (and tests depend on some file privileges). I managed to make them green on the pc9 machine by running mtr from a non-privileged user. They should both turn green in upstream buildbot.mariadb.org once Vlad pushes the fix there. |
| Comment by Robert Bindar [ 2020-02-17 ] |
|
Closing this as pc9 on buildbot.mariadb.org seems to be green now. Many thanks for keeping an eye on it |