Details
-
Bug
-
Status: Open (View Workflow)
-
Trivial
-
Resolution: Unresolved
-
None
-
None
-
None
Description
When running `--big-test` in Debian autopkgtest in a container locally I saw this:
roles.set_default_role_invalid_skip_name_resolve [ fail ]
|
Test ended at 2025-12-13 08:14:29
|
|
|
CURRENT_TEST: roles.set_default_role_invalid_skip_name_resolve
|
mysqltest: At line 67: query 'SET role new_role' succeeded - should have failed with error ER_INVALID_ROLE (1959)...
|
This does not happen when autopkgtest runs in a container on Salsa CI. For example in https://salsa.debian.org/otto/mariadb-server/-/jobs/8741625/raw it is passing:
roles.set_default_role_invalid_skip_name_resolve w4 [ pass ] 24
|
I filed this with severity 'trivial' as autopkgtest does normally not run with `--big-test`, so making this test more robust is a very low priority.