Hello, first post here!
I’m trying to run the tests, but I’m getting the following error.
`
Hello, first post here!
I’m trying to run the tests, but I’m getting the following error.
`
I believe this was already fixed in https://github.com/ansible/ansible/commit/bc5d0a8cd499ffb57598b02e38c31c499236d691
Hi, thank you for the quick reply.
It seems that commit has broken the test for me. In that commit, the space is removed that allows the test to pass if it’s present. To test this, I did the following.
Performed the test like I did originally, it failed the jsonify test.
Performed the test after checking out the commit right before the one that you linked to, it passed the test and all others.
I repeated those in a fresh ubuntu/trusty64 Vagrant VM, with only the bare requirements installed (pip, python-dev, git), then set up the environment again. There I had the same results as I got above: It fails with the latest, it passes before the commit.
What should I do to get the test to pass?
Thank you,
-Jacob Case
Our internal jenkins seems to disagree with everyone, I've submitted
another PR that should fix this fot all cases
I can’t get test_jsonify to pass with a pristine 1.8.4 release. It would be nice to fix the 1.8.4 git release so that the tests actually pass.