-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[chore][testbed] - Further testbed enhancements #35209
[chore][testbed] - Further testbed enhancements #35209
Conversation
59df2b6
to
27fad22
Compare
@open-telemetry/collector-contrib-approvers can some take a look here? |
ccing @atoulme as he reviewed my past tested PRs. Can you take a look? |
@fatsheep9146 can you take a look here? |
@open-telemetry/collector-contrib-approvers can someone take a look here? |
This looks like a useful test to me. The test seems to test the right things. |
PR to add memory limiter test cases. This tests scenarios where collector is understress and we verify that we receive all the data, without drops/duplication.
|
||
agentProc := testbed.NewChildProcessCollector(testbed.WithEnvVar("GOMAXPROCS", "2")) | ||
|
||
configStr := createConfigYaml(t, sender, receiver, resultDir, processors, nil) |
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.
PR to add memory limiter test cases. This tests scenarios where collector is understress and we verify that we receive all the data, without drops/duplication.
There was a merge conflict somewhere and we had to revert open-telemetry#35209. This PR fixes the CI failure and updates the test cases. cc: @atoulme --------- Co-authored-by: Evan Bradley <11745660+evan-bradley@users.noreply.github.com>
PR to add memory limiter test cases.
This tests scenarios where collector is understress and we verify that we receive all the data, without drops/duplication.