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

Fix broken cassandra test: Up to date containers + RC of 2 nodes with… #21639

Merged
merged 1 commit into from
Feb 26, 2016

Conversation

jayunit100
Copy link
Member

…out rescaling. Update cassandra jar in container build, fixes another portion of #20999

@k8s-github-robot
Copy link

Labelling this PR as size/S

@k8s-github-robot k8s-github-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Feb 21, 2016
@jayunit100 jayunit100 force-pushed the cassandra-example-fix branch from cb2136b to 23a3a61 Compare February 21, 2016 05:27
@k8s-bot
Copy link

k8s-bot commented Feb 21, 2016

GCE e2e build/test failed for commit cb2136be101132490cb712ebb42a49010b72ca01.

@k8s-bot
Copy link

k8s-bot commented Feb 21, 2016

GCE e2e test build/test passed for commit 23a3a61bdf9ccbe1c8fd0acef4772cb641b78dd9.

@jayunit100
Copy link
Member Author

FYI one of the commits here is an updated jar file. That jar file simply builds the latest containers which have the correct internal endpoint

@jayunit100 jayunit100 force-pushed the cassandra-example-fix branch from 23a3a61 to bc18bda Compare February 22, 2016 17:32
@jayunit100
Copy link
Member Author

PTAL @brendandburns @davidopp

@k8s-bot
Copy link

k8s-bot commented Feb 22, 2016

GCE e2e test build/test passed for commit bc18bdaf5080b211ed644bfd577c2d70dd188c6c.

@brendandburns
Copy link
Contributor

@jayunit100 I'd rather rebuild myself. Can you split the PR so that we can merge the updated jar and then I can rebuild the image and push to gcr?

@jayunit100
Copy link
Member Author

Sure.
So

  • you want me to take the jar out of it, and then

  • you will follow on with a PR that updates the image?

    Ok... Any other thoughts ?

@jayunit100 jayunit100 force-pushed the cassandra-example-fix branch 2 times, most recently from 236d9c1 to 9e1911c Compare February 23, 2016 00:07
@jayunit100
Copy link
Member Author

Ok @brendandburns i think this is what you meant. look forward to your follow on Jar fix ! thanks !

@k8s-bot
Copy link

k8s-bot commented Feb 23, 2016

GCE e2e test build/test passed for commit 236d9c18597f1f13b26f24ea8a82e66fb3851a0d.

@k8s-bot
Copy link

k8s-bot commented Feb 23, 2016

GCE e2e test build/test passed for commit 9e1911c5b863e146fb9694074cc5dcaeda84a39f.

@jayunit100 jayunit100 force-pushed the cassandra-example-fix branch from 9e1911c to 4c91cf2 Compare February 23, 2016 00:50
@k8s-bot
Copy link

k8s-bot commented Feb 23, 2016

GCE e2e test build/test passed for commit 4c91cf2.

@jayunit100
Copy link
Member Author

bump @brendandburns

@brendandburns brendandburns added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 24, 2016
@k8s-github-robot
Copy link

@k8s-bot test this

Tests are more than 48 hours old. Re-running tests.

@jayunit100
Copy link
Member Author

@ihmcreery ok here we go, this should go in soon to I guess... That is about half the flakes in examples that should now be addressed. We can sync on the others next Tuesday in sig-testing I guess . Thanks Brendan for the review! Please let us know when the containers are updated as well!

@k8s-bot
Copy link

k8s-bot commented Feb 25, 2016

GCE e2e test build/test passed for commit 4c91cf2.

@jayunit100
Copy link
Member Author

ping @lhmcreely maybe we can merge this so we can do another evaluate of the examples/ e2es by this wknd to see what work is left

err = waitForEndpoint(c, ns, "cassandra")
Expect(err).NotTo(HaveOccurred())

By("create and scale rc")
// Create an RC with n nodes in it. Each node will then be verified.
Copy link
Member

Choose a reason for hiding this comment

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

"with n nodes in it" isn't a particularly helpful comment since the n isn't defined in this file...

Copy link
Member Author

Choose a reason for hiding this comment

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

it is only meaningful in context of the diff, because we don't (create, scale to n, verify), but rather (create n, verify). agree its not super useful, it's at best redundant since this can be seen from the code .

@davidopp
Copy link
Member

Oh never mind my comment, I see it has been LGTMd already

fabioy added a commit that referenced this pull request Feb 26, 2016
Fix broken cassandra test: Up to date containers + RC of 2 nodes with…
@fabioy fabioy merged commit 09dd0f1 into kubernetes:master Feb 26, 2016
@bgrant0607
Copy link
Member

cc @amygdala

@bgrant0607
Copy link
Member

See also #21645

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants