-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[BUG] DEB systemd test failed as swap syscall not being blocked #18083
Copy link
Copy link
Closed
Labels
Description
Describe the bug
[BUG] DEB systemd test failed as swap syscall not being blocked
> Task :qa:systemd-test:integTest
SystemdIntegTests > testSystemCallFilter FAILED
java.lang.AssertionError: Swap system call should be blocked
at __randomizedtesting.SeedInfo.seed([D94D25E53E38C947:850EC0A576478592]:0)
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.opensearch.systemdinteg.SystemdIntegTests.testSystemCallFilter(SystemdIntegTests.java:148)
Tests with failures:
- org.opensearch.systemdinteg.SystemdIntegTests.testSystemCallFilter
> Task :qa:systemd-test:integTest FAILED
60 actionable tasks: 1 executed, 59 up-to-date
Thanks.
Related component
Other
To Reproduce
See above
Expected behavior
See above
Additional Details
See above
Reactions are currently unavailable