Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Removed dependency on jq in test #175. #2724

Merged
merged 1 commit into from
Jan 9, 2017
Merged

Conversation

marccarre
Copy link
Contributor

If the machine coordinating the test runs does not have jq, then test #175 fails with:

test #1 "weave_on test-0.lon1.weave-net report | jq -r '.Router.Targets[] | tostring' | sort" failed:
    expected "test-1.lon1.weave-net
test-2.lon1.weave-net"
    got nothing

This change completely removes the dependency on jq to make the test more robust and avoid potential confusion.

@marccarre marccarre assigned marccarre and unassigned marccarre Jan 6, 2017
@marccarre marccarre requested review from awh and bboreham January 6, 2017 20:37
@marccarre marccarre added the chore label Jan 6, 2017
@marccarre marccarre added this to the 1.9.0 milestone Jan 6, 2017
If the machine coordinating the test runs does not have jq, then test #175 fails with:
> test #1 "weave_on test-0.lon1.weave-net report | jq -r '.Router.Targets[] | tostring' | sort" failed:
>     expected "test-1.lon1.weave-net
> test-2.lon1.weave-net"
>     got nothing
This change completely removes the dependency on jq to make the test more robust and avoid potential confusion.
@awh awh merged commit be8d9d8 into master Jan 9, 2017
@awh awh deleted the 2647-remove-dependency-on-jq branch January 9, 2017 10:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants