Shrikanth Upadhayaya

Results 8 comments of Shrikanth Upadhayaya

Yes, I was mostly thinking of libraries like puppeteer (and, to a certain extent, chalk) which I use(d) quite a bit when I scripting with node. I don't particularly care...

Using `File.readBytes` causes a segfault on my system (macOS 12/ARM): ``` Read this list of bytes: RocList { storage: Some(Refcounted(-9223372036854775808)), elements: [49, 56, 56, 49, 57, 10] } [1] 94454...

I don't think it is - OP in that issue did use random ordering, and it failed in round 1. We don't, and it went quite a few rounds before...

We didn't configure any ordering, and none of the tests have any ordering specified, so it defaults to defined. The only thing I'm confused by is why it went multiple...

I'm on macOS Mojave. I've checked my .rspec and spec_helper files, and there's no ordering defined in the .rspec and the `config.order = :random` which the spec_helper was generated with...

Thanks - I just got off work, so I'll apply it on Monday and get back with the results.

Due to deadlines I fixed the order-dependent failure manually, but I took a backup copy of the codebase before I fixed it, so I'll run the monkey patched bisect when...

I would not suggest doing this via shell in a docker container - you're kind of defeating the point of using docker in the first place, as you could replace...