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

Add test connecting to update sites #144

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft

Add test connecting to update sites #144

wants to merge 8 commits into from

Conversation

daniel-beck
Copy link
Member

@daniel-beck daniel-beck commented Dec 10, 2024

@daniel-beck daniel-beck requested a review from a team as a code owner December 10, 2024 11:39
@daniel-beck daniel-beck marked this pull request as draft December 10, 2024 11:39
@daniel-beck
Copy link
Member Author

daniel-beck commented Dec 10, 2024

Locally 79302b0 changes the test durations from

[INFO] Running io.jenkins.plugins.jenkins_infra_test.InjectedTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.548 s -- in io.jenkins.plugins.jenkins_infra_test.InjectedTest
[INFO] Running io.jenkins.plugins.jenkinsinfratest.UpdateCenterTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.12 s -- in io.jenkins.plugins.jenkinsinfratest.UpdateCenterTest

to

[INFO] Running io.jenkins.plugins.jenkins_infra_test.InjectedTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.992 s -- in io.jenkins.plugins.jenkins_infra_test.InjectedTest
[INFO] Running io.jenkins.plugins.jenkinsinfratest.UpdateCenterTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 104.9 s -- in io.jenkins.plugins.jenkinsinfratest.UpdateCenterTest

indicating the plugin is extremely heavy. So perhaps the test failures in infra are just due to reaching some agent capacity threshold there?

@kuisathaverat
Copy link

We tracked the issue to a change in the Jenkins file to use more threads, so we are hitting a resource limit.

jenkinsci/opentelemetry-plugin@cd1906b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants