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

Allow running extended test without specifying namespace #11320

Merged
merged 1 commit into from
Oct 20, 2016

Conversation

soltysh
Copy link
Contributor

@soltysh soltysh commented Oct 11, 2016

Fixes #11305

@mfojtik @bparees fyi
@miminar ptal

@soltysh
Copy link
Contributor Author

soltysh commented Oct 11, 2016

[testextended][extended:core(prune images)]

@@ -41,7 +41,7 @@ var _ = g.Describe("[images] prune images", func() {
o.Expect(err).NotTo(o.HaveOccurred())

g.By(fmt.Sprintf("give a user %s a right to prune images with %s role", oc.Username(), "system:image-pruner"))
err = oc.AsAdmin().Run("adm").Args("policy", "add-cluster-role-to-user", "system:image-pruner", oc.Username()).Execute()
err = oc.AsAdmin().NoNamespace().Run("adm").Args("policy", "add-cluster-role-to-user", "system:image-pruner", oc.Username()).Execute()
Copy link
Contributor

Choose a reason for hiding this comment

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

I would prefer SetNamespace("") instead of having an extra method.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We already have SetNamespace but that sets the namespace, which results in passing empty string, which means default namespace.

Copy link
Contributor

Choose a reason for hiding this comment

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

got it, and we don't want to break that. I will name it WithNoNamespace() then but that is a minor nit

Copy link

@miminar miminar Oct 11, 2016

Choose a reason for hiding this comment

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

+1 for WithNoNamespace()

fmt.Sprintf("--config=%s", c.configPath),
}...),
}
if !c.noNamespace {
Copy link
Contributor

Choose a reason for hiding this comment

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

just check if len(c.Namespace()) == 0

Copy link
Contributor Author

Choose a reason for hiding this comment

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

See above.

@mfojtik
Copy link
Contributor

mfojtik commented Oct 11, 2016

LGTM

Copy link

@miminar miminar left a comment

Choose a reason for hiding this comment

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

Agreed with @mfojtik. Looks good otherwise.

@@ -41,7 +41,7 @@ var _ = g.Describe("[images] prune images", func() {
o.Expect(err).NotTo(o.HaveOccurred())

g.By(fmt.Sprintf("give a user %s a right to prune images with %s role", oc.Username(), "system:image-pruner"))
err = oc.AsAdmin().Run("adm").Args("policy", "add-cluster-role-to-user", "system:image-pruner", oc.Username()).Execute()
err = oc.AsAdmin().NoNamespace().Run("adm").Args("policy", "add-cluster-role-to-user", "system:image-pruner", oc.Username()).Execute()
Copy link

@miminar miminar Oct 11, 2016

Choose a reason for hiding this comment

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

+1 for WithNoNamespace()

@mfojtik
Copy link
Contributor

mfojtik commented Oct 12, 2016

[test]

1 similar comment
@soltysh
Copy link
Contributor Author

soltysh commented Oct 15, 2016

[test]

@soltysh
Copy link
Contributor Author

soltysh commented Oct 17, 2016

Flakes: #11381 and #11240

[test]

@soltysh
Copy link
Contributor Author

soltysh commented Oct 18, 2016

@miminar @mfojtik I went with WithoutNamespace since WithNoNamespace sounds weird. I'll merge this on green tests.

@openshift-bot
Copy link
Contributor

Evaluated for origin test up to 9f6c430

@openshift-bot
Copy link
Contributor

Evaluated for origin testextended up to 9f6c430

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/testextended SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin_extended/597/) (Base Commit: 3ed3b35) (Extended Tests: core(prune images))

@soltysh
Copy link
Contributor Author

soltysh commented Oct 18, 2016

[merge]

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/10166/) (Base Commit: 3ed3b35)

@soltysh
Copy link
Contributor Author

soltysh commented Oct 20, 2016

Flake #11442.

re-[merge]

@openshift-bot
Copy link
Contributor

Evaluated for origin merge up to 9f6c430

@openshift-bot
Copy link
Contributor

openshift-bot commented Oct 20, 2016

continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/10298/) (Base Commit: 7405f17) (Image: devenv-rhel7_5209)

@openshift-bot openshift-bot merged commit 28ae87f into openshift:master Oct 20, 2016
@soltysh soltysh deleted the issue11305 branch October 21, 2016 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants