Scott Talbert
Scott Talbert
@fvermeij any chance you could resolve the merge conflicts? I would love to see this change implemented. When running h2o from cron, I don't want to see any output unless...
It does seem to be possible. I was able to get it to work with the flexible environment/custom runtime. The main issue is that App Engine expects the web server...
Yeah, a reproducer would be very helpful. If not, you could try bisecting to see which commit introduced the problem. @fsbs any ideas here?
Thanks. That was my suspicion. Hopefully @fsbs will have a chance to look into this.
@citrus-it did you ever get a reproducer for this?
Instead of switching to distro (and adding a dependency), I think it might make sense to just drop those "if centos" checks and just use that `find_library()` method unconditionally as...
This is something I've already started trying to do in the Windows CI...
> Can you comment out that assert line and see if the rest of the test passes? That would tell us if at least unpausing works on macOS. On Linux...
FYI, one other random thing I wanted to mention: when I was running the tests locally on *Windows*, a bunch of the multi-callback tests were failing initially - I was...
These are the tests that fail on Windows 10 on a single-core VM: ``` ================================== FAILURES =================================== ______________________ MultiCallbackTest.test_easy_close ______________________ self = def test_easy_close(self): self.multi.add_handle(self.easy) while self.multi.socket_action(*self.socket_action)[1]: if self.socket_result: #...