Skip to content

Conversation

@RajatGupta02
Copy link
Contributor

Description

Disable the testSystemCallFilter test for now (Pending fix)

Related Issues

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Rajat Gupta <gptrajat@amazon.com>
String seccomp = executeCommand("sudo su -c 'grep Seccomp /proc/" + opensearchPid + "/status'", "Failed to read Seccomp status");
assertFalse("Seccomp should be enabled", seccomp.contains("0"));
// Awaiting fix for this: (https://github.com/opensearch-project/OpenSearch/issues/18083#)
// public void testSystemCallFilter() throws IOException, InterruptedException {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you instead annotate with

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/18083")

@github-actions
Copy link
Contributor

❌ Gradle check result for a341b3e: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@github-actions
Copy link
Contributor

❌ Gradle check result for a341b3e: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants