Frederick Cheung

Results 13 comments of Frederick Cheung

I don't think this is a GC issue - the issue appears to be that when test codes talks to akephalos' remote drb object it uses the wrong uri when...

There is a spec order dependent failure that I fixed in #206 - looks similar to that

Great to hear it has been useful! I’d be happy to accept a pr if you can put one together

what is setting the header? The way I serve my assets (via apache) I have rules setting the expiry time of things in assets/ and as you say it’s usually...

You should be passing a hash to `hash_including`, not json, i.e. `hash_including(params)`. Webmock takes care of parsing request body according to the content type when you use that sort of...

It’s probably https://github.com/bblimke/webmock/commit/d9af3a54d73c7de1cc16cf19e05b2522c4f7d093 . Prior to this commit webmock was enabled when you require webmock/rspec , it sounds like this was happening before the code you describe was loaded, so...

That is quite an old version of webmock. The hashdiff gem changed the name of its main constant in 1.0 - webmock 3.6.0 has a fix for that; have you...

Isn’t the flip side to this that you could have a passing test but code the fails in production because of extra or missing / that would be equally hard...

I'm not that familiar with how the underlying api for certificates / identities works. Any ideas @cifs?

I don’t think it is stale data - I think it’s more that the _position aren’t converted to the raw values atomically - if you move an item from position...