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

--unanimous tests (contains all commits from, and supersedes, #35) #37

Merged
merged 5 commits into from
Aug 23, 2017

Conversation

rwaldron
Copy link
Collaborator

@rwaldron rwaldron commented Aug 23, 2017

dilijev and others added 4 commits August 2, 2017 17:58
…l hosts agree.

Otherwise, exit(1) and show output as usual.

Resolves bterlson#22
…ilijev-quorum

* 'quorum' of https://github.com/dilijev/eshost-cli:
  Rename `--quorum, -q` to `--unanimous, -u`
  Resolve bterlson#22: `--quorum` will exit(0) and output nothing if all hosts agree.
@rwaldron rwaldron force-pushed the unanimous-tests branch 2 times, most recently from c780d8a to 516e400 Compare August 23, 2017 15:03
@rwaldron
Copy link
Collaborator Author

rwaldron commented Aug 23, 2017

I'm still working out kinks in travis, so this is not yet ready for merging

@rwaldron rwaldron changed the title Unanimous tests --unanimous tests Aug 23, 2017
@rwaldron rwaldron changed the title --unanimous tests --unanimous tests (contains all commits from, and supersedes, #35) Aug 23, 2017
let found = false;

for (let row of table) {
if (row[1] === result) {
for (let record of records) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This might not always be a "table", and the default reporter shouldn't be talking about tables anyway ;)

Copy link
Owner

Choose a reason for hiding this comment

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

You don't need to justify your style fixes :-P

@bterlson bterlson merged commit 0dd63a3 into bterlson:master Aug 23, 2017
@bterlson
Copy link
Owner

Travis worked wonderfully, btw: https://travis-ci.org/bterlson/eshost-cli/builds/267687347

@dilijev
Copy link
Collaborator

dilijev commented Aug 23, 2017

@rwaldron Sorry for dragging my feet on the tests. Thanks for the updates and for adding the tests!

@dilijev dilijev mentioned this pull request Aug 24, 2017
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.

None yet

3 participants