You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: t/160-disable-init-by-lua.t: hardened test suite to prevent false positives.
The test cases was not testing the result of the `nginx -t/-T/reopen`
commands, and was thus not catching the segfault regression fixed by
055bb17, only that the string `run init_by_lua` was not present.
We avoid testing the exit code due to incompatibilities between Lua
versions in the os.execute/io.popen APIs.
0 commit comments