wrk
wrk copied to clipboard
wrk 4.2.0 regression test failed with luajit 2.1.0-beta3-20230416.4
👋 while trying to upgrade luajit to the latest, 2.1.0-beta3-20230416.4
, we found out some regression test failure with wrk 4.2.0
==> Testing wrk
==> /home/linuxbrew/.linuxbrew/Cellar/wrk/4.2.0/bin/wrk -c 1 -t 1 -d 1 https://example.com/
PANIC: unprotected error in call to Lua API ([string "wrk"]:0: attempt to call field 'lookup' (a nil value))
relates to https://github.com/Homebrew/homebrew-core/pull/128536
For reference, this is LuaJIT built from commit LuaJIT/LuaJIT@1c279127050e86e99970100e9c42e0f09cd54ab7.
We didn’t see this error with LuaJIT/LuaJIT@505e2c03de35e2718eef0d2d3660712e06dadf1f.
I'm getting the same error on MacOS
Any progress? same problem
FWIW, brew reinstall luajit
fixed it for me.