Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Security Solution][Serverless] Logging - Fix explore test issue #195941

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

dkirchan
Copy link
Contributor

Summary

This PR addresses two points:

  • First it introduces the project information logging (not any sensitive data like pwd etc) for better troubleshooting. This will allow teams to be able to get the project ID and the organisation ID in order to search for project logs etc in the overview consoles.
  • Explore test issue: A specific spec file was crashing causing Buildkite timeout which was taking 5 hours to be reached. Something seems to be going wrong with the order of the tests within the specific spec suite, specifically in CI. Potentially the configuration of the machines where the test run. After a lot of investigation the order is changed and the
    Copy value test was moved to the top of the spec file. This allows the proper execution of all the tests. Pending further investigation. Me and @MadameSheema tested this locally and it always passes without any issues.

Also I tried to increase the resources of the agent assigned in Buildkite to run the tests but this still does not seem to be resolving the issue.

@dkirchan dkirchan added release_note:skip Skip the PR/issue when compiling release notes backport:skip This commit does not require backporting Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. v8.16.0 labels Oct 11, 2024
@dkirchan dkirchan self-assigned this Oct 11, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-solution (Team: SecuritySolution)

Copy link
Member

@MadameSheema MadameSheema left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks!

@dkirchan
Copy link
Contributor Author

/ci

@elasticmachine
Copy link
Contributor

elasticmachine commented Oct 11, 2024

💔 Build Failed

Failed CI Steps

Metrics [docs]

✅ unchanged

History

cc @dkirchan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting release_note:skip Skip the PR/issue when compiling release notes Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. v8.16.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants