REGTEST: remove unexpected "nbthread" statement from Lua test cases
authorWilly Tarreau <w@1wt.eu>
Wed, 27 Mar 2019 12:50:33 +0000 (13:50 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 27 Mar 2019 13:15:33 +0000 (14:15 +0100)
commit26ecceaadc929368e1ee8086fa8ff9c71fd60c62
treea6fc4496fcd52ea470aed416200fdfbc9100fc86
parentcce34f8b4c5c1d7284ca48a024c4d83e65c67596
REGTEST: remove unexpected "nbthread" statement from Lua test cases

Lua test files 2 and 3 fail when threads are disabled because of a
"nbthread" statement that seems to be a leftover from an ancient
configuration. One of them even mentions a commit message showing
a reproducer not involving threads. Let's clean this up so that
running the tests without threads also works.

This should be backported to 1.9 as the problem also exists there.
reg-tests/lua/b00002.vtc
reg-tests/lua/b00003.vtc