Make test
errors on fresh checkout
#3040
Replies: 2 comments 1 reply
-
A fresh Debian 12 install seems to get past the Now I see a lot of these errors I also see I'm studying the github actions and trying to match it closer, for example I do get better luck using flags: Is it reasonable to expect to be able to run |
Beta Was this translation helpful? Give feedback.
-
This will be easier to track as an "issue" than as a "discussion", so I created one here: #3148 please continue the discussion over there! |
Beta Was this translation helpful? Give feedback.
-
Hello, this test below fails every time I run
make test
. I've been trying quite a few things:But nothing seems to help. If I lower the 3000 value too much, then the string seems to be too short, and it properly makes a round trip without 400 error and the test fails for a different reason: it expects the server to reject the too-long string.
Line 1209 with the seemingly arbitrary 3000 parameter value was recently changed and the commit message itself seems to indicate node v20 support, but I get better results using v18 (although this Maximum call stack error happens either way)
So, what is everyone doing to get a succesful
make test
run?Beta Was this translation helpful? Give feedback.
All reactions