Skip to content
Permalink
Browse files
[MDEV-30002] Skip bad_startup_options test when running as root (#2344)
Commit 32158be added a new test `bad_startup_options`. This test fails
if run as root, which is common on many CI systems.

This test should include `not_as_root.inc` so it is skipped, just
like all other similar tests in MariaDB.

All new code of the whole pull request, including one or several files
that are either new files or modified ones, are contributed under the
BSD-new license. I am contributing on behalf of my employer
Amazon Web Services, Inc.
  • Loading branch information
robinnewhouse committed Nov 29, 2022
1 parent 499ef7b commit 9a95838
Showing 1 changed file with 3 additions and 0 deletions.
@@ -1,3 +1,6 @@
# mysqld refuses to run as root normally.
--source include/not_as_root.inc

--source include/not_embedded.inc
--source include/have_ssl_communication.inc

0 comments on commit 9a95838

Please sign in to comment.