Skip to content

Commit 3f760b3

Browse files
committed
e2e: add context to 'unable to init MCE device' error
1 parent b24f3f9 commit 3f760b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

e2e/openssl/openssl_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,9 @@ func TestOpenSSL(t *testing.T) {
345345
"couldn't mount as ext2 due to feature incompatibilities",
346346
// This started showing after upgrading the kernel from 6.12 to 6.16.
347347
"tdx: VMM did not configure X2APIC_IDs properly",
348-
// TODO(charludo): find out why this happens
348+
// When both "quiet" and "systemd.show_status=false" are set in the commandline
349+
// (e.g. default kata commandline), MCE can't enable its logger.
350+
// See https://www.firstfloor.org/~andi/mce.pdf for details on MCE.
349351
"mce: Unable to init MCE device (rc: -5)",
350352
}
351353
for line := range strings.SplitSeq(dmesgOutput, "\n") {

0 commit comments

Comments
 (0)