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

update tests, fix setindex! on message #141

Closed

Conversation

ggggggggg
Copy link
Contributor

I fixed setindex!, and wrote some tests for it. I updated the tests to use @test, @testset, and @test_throws. I think the previous test was trying to show that closing a socket twice throws an error, but it doesn't and the previous test missed that.

@ggggggggg
Copy link
Contributor Author

It's failing on Julia 0.4. I could require BaseTestNext. Or, like HDF5.jl (the only package I'm subscribed to), we could let ZMQ stop testing on 0.4. Preference?

@tkelman
Copy link
Contributor

tkelman commented Apr 13, 2017

Probably fine to drop 0.4 support, but should be done in REQUIRE too, not just in the travis matrix.

@ggggggggg
Copy link
Contributor Author

ci passing

@ggggggggg
Copy link
Contributor Author

I rebased this pr on master. It fixes setindex!, tests it. It also replaces an ineffective test for a repeat ZMQ.close(s) test with @test_broken so it is clear that it is broken. Please give me some feedback before it goes out of date again.

I don't think the nightly failure has anything to do with this.

@ggggggggg
Copy link
Contributor Author

bump? Sorry to keep pinging, but I'm overwriting the broken setindex! method in one of my packages, which means I get WARNINGs that I can't fix without merging this.

@ggggggggg
Copy link
Contributor Author

ggggggggg commented Apr 8, 2018 via email

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.

2 participants