-
Notifications
You must be signed in to change notification settings - Fork 168
[otel] Add e2e test for httpjson input and integration test refactoring #8100
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
base: main
Are you sure you want to change the base?
Conversation
This pull request does not have a backport label. Could you fix it @khushijain21? 🙏
|
@@ -1409,239 +1191,6 @@ service: | |||
require.True(t, err == nil || errors.Is(err, context.Canceled) || errors.Is(err, context.DeadlineExceeded), "Retrieved unexpected error: %s", err.Error()) | |||
} | |||
|
|||
func TestHybridAgentE2E(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hybrid functionality and document equivalency is covered by TestOtelFilestreamInput
test
|
💔 Build Failed
Failed CI StepsHistory
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
What does this PR do?
This PR is part of supporting non-metric input types in otel mode. It adds e2e test for
httpjson
input. It also refactors/deletes integration tests with duplicated functionality.Why is it important?
To support non-metric input types
Checklist
./changelog/fragments
using the changelog toolDisruptive User Impact
How to test this PR locally
Related issues