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

[JENKINS-57993] Verify no warnings are printed for a basic build #503

Merged
merged 13 commits into from
Oct 7, 2019

Conversation

jglick
Copy link
Member

@jglick jglick commented Jun 12, 2019

Downstream of jenkinsci/jenkins#4066.

@@ -103,10 +107,6 @@ public void runInPod() throws Exception {
pods.getItems(), hasSize(1));
SemaphoreStep.success("pod/1", null);

for (String msg : logs.getMessages()) {
Copy link
Member Author

Choose a reason for hiding this comment

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

Not very useful; left over from 23a0fce.

pom.xml Outdated Show resolved Hide resolved
@jglick
Copy link
Member Author

jglick commented Jun 13, 2019

ci.jenkins.io test failure is that addressed in #496.

…stractAsyncNodeMonitorDescriptor errors would now be printed.
@jglick
Copy link
Member Author

jglick commented Jun 13, 2019

runWithSlaveConnectTimeout failure at

assertNotNull(timeoutTemplate);

which I cannot reproduce locally. I suspect it is a race condition in the test.

@Vlatombe Vlatombe added the test Tests label Jul 6, 2019
@jglick jglick removed the on hold label Sep 25, 2019
@jglick
Copy link
Member Author

jglick commented Sep 27, 2019

Getting a failure from ContainerExecDecoratorPipelineTest.sshagent

@@ -205,6 +205,12 @@
</exclusion>
</exclusions>
</dependency>
<dependency> <!-- TODO for #sshagent pending https://github.com/jenkinsci/ssh-credentials-plugin/pull/47 -->
Copy link
Member Author

Choose a reason for hiding this comment

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

@jglick jglick requested a review from Vlatombe October 4, 2019 20:08
@Vlatombe Vlatombe merged commit e7548c7 into jenkinsci:master Oct 7, 2019
@jglick jglick deleted the quiet-JENKINS-57993 branch October 7, 2019 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants