Skip to content
This repository was archived by the owner on May 9, 2022. It is now read-only.

Bump msgpack gem#16

Merged
sbryant merged 1 commit into
masterfrom
ruby-2.4.0
May 24, 2017
Merged

Bump msgpack gem#16
sbryant merged 1 commit into
masterfrom
ruby-2.4.0

Conversation

@sbryant
Copy link
Copy Markdown
Contributor

@sbryant sbryant commented Mar 29, 2017

The gem requires a version bump for ruby 2.4.0 support.

the gem requires a version bump for ruby 2.4.0 support.
@sbryant sbryant requested a review from parkr March 29, 2017 19:07
@parkr parkr requested a review from spraints March 29, 2017 20:03
@parkr
Copy link
Copy Markdown
Contributor

parkr commented Mar 29, 2017

Seems fine to me on the surface. How do the tests look to you locally, @sbryant?

@sbryant
Copy link
Copy Markdown
Contributor Author

sbryant commented Mar 29, 2017

Seems fine to me on the surface. How do the tests look to you locally, @sbryant?

On 🔥 😿

@spraints not sure how to run the tests properly, can you help me out here?

Are all docker calls supposed to be stubbed or am I getting lucky with excon errors:

 Excon::Error::Socket:
       No such file or directory - connect(2) for /path/to/socket (Errno::ENOENT)

@spraints
Copy link
Copy Markdown
Contributor

Are all docker calls supposed to be stubbed or am I getting lucky with excon errors:

I think the tests use docker. I'm out today and tomorrow, but I'll add this to my list of things to check on after that.

@spraints
Copy link
Copy Markdown
Contributor

spraints commented Apr 4, 2017

I think the tests use docker.

The tests do build a docker image and use it. bundle exec rake spec isn't working for me, it gets stuck at building the docker image. You can run the specs manually bundle exec rspec, and all the ones that try to use docker will fail because they can't talk to docker. IIRC there's pretty good test coverage of the protocol class, at least, without requiring docker.

The pages CI build uses hoosegow+docker, so you could test this by bundling it there and see what happens.

@sbryant
Copy link
Copy Markdown
Contributor Author

sbryant commented May 24, 2017

The pages CI build uses hoosegow+docker, so you could test this by bundling it there and see what happens.

got it working on pages with the help of @parkr. Had to account for some pages specific behavior around integer handling but it seems we're good here.

@sbryant sbryant merged commit 0ef57d6 into master May 24, 2017
@sbryant sbryant deleted the ruby-2.4.0 branch May 24, 2017 23:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants