Results 589 comments of MSP-Greg

Probably /Users/john-healthie/src/puma/test/worker_gem_independence_test/old_json/vendor/bundle/ruby/3.3.0/gems/nio4r-2.7.3/lib/nio4r_ext.bundle Maybe `git clean -fdx -- test/**/vendor/bundle/**`

I have a 'Puma 'notes' file that I use to keep track of running/testing Puma on Windows, Ubuntu, & macOS. It's old, and a long time ago I decided to...

> Looks like this needs at least a rebase Yes. This coder also needs more coffee. Since I've decided to work from a branch that contains all the test updates,...

I rebased and revised the code as needed. Current code uses `test_immediate_pipeline_` as a prefix for these tests. I changed it to `test_back_to_back`. 'Pipeline' often is used to refer to...

@dentarg Thanks. I'm adding more back-to-back requests to other tests also. I hope the 'back-to-back' phrase makes sense. The phrase 'pipelined' is also used, but that often refers to a...

@jjb I'm assuming that #3527 addresses @schneems issue with multiple locking calls. My question to you is if #3527 and #3528 are merged/accepted, are you ok with rebasing and adjusting...

@jjb > definitely discuss and merge the other PRs first I've only merged the 'lib' PR, but I can update the 'test' PR (#3528) for this. LGTM, I'll wait a...

@schneems You ok with this as is?

@joshuay03 1. I noticed quite a bit of load/clamp calls in the testing. They could be removed. Haven't looked at the most recent changes. Also, method comments could make clear...

Sorry, I meant remove the `load` call because clamp will call it.