-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Random test failures in t/re-gmatch.t #320
Comments
here's my # work/nginx/sbin/nginx -V
nginx version: nginx/1.19.3 (no pool)
built by clang 3.4-1ubuntu3 (tags/RELEASE_34/final) (based on LLVM 3.4)
built with OpenSSL 1.1.0l 10 Sep 2019
TLS SNI support enabled
configure arguments: --prefix=/home/dev/work/org/lua-resty-core/work/nginx --with-ipv6 --with-http_realip_module --with-http_ssl_module --with-pcre-jit --with-cc-opt='-I/opt/ssl/include -I/opt/pcre/include' --with-ld-opt='-L/opt/ssl/lib -Wl,-rpath,/opt/ssl/lib -L/opt/pcre/lib -Wl,-rpath,/opt/pcre/lib' --add-module=/home/dev/work/org/ndk-nginx-module --add-module=/home/dev/work/org/echo-nginx-module --add-module=/home/dev/work/org/set-misc-nginx-module --add-module=/home/dev/work/org/headers-more-nginx-module --add-module=/home/dev/work/org/lua-nginx-module --with-debug --with-stream_ssl_module --with-stream --with-ipv6 --add-module=/home/dev/work/org/stream-lua-nginx-module --with-poll_module |
here's my [TRACE 1 lrucache.lua:87 loop]
[TRACE --- regex.lua:524 -- leaving loop in root trace at regex.lua:540]
[TRACE 2 regex.lua:348 return]
[TRACE --- regex.lua:513 -- inner loop in root trace at regex.lua:525]
[TRACE 3 lrucache.lua:123 return]
[TRACE --- content_by_lua(nginx.conf:48):4 -- inner loop in root trace at regex.lua:525]
[TRACE --- regex.lua:742 -- inner loop in root trace at regex.lua:525]
[TRACE --- regex.lua:791 -- leaving loop in root trace at setmetatable]
[TRACE 4 lrucache.lua:182 return]
[TRACE --- regex.lua:524 -- leaving loop in root trace at regex.lua:540]
[TRACE 5 regex.lua:559 return]
[TRACE 6 regex.lua:513 return]
[TRACE 7 content_by_lua(nginx.conf:48):4 loop] here's my [TRACE 1 lrucache.lua:87 loop]
[TRACE --- regex.lua:524 -- leaving loop in root trace at regex.lua:540]
[TRACE --- content_by_lua(nginx.conf:48):4 -- inner loop in root trace at regex.lua:525]
[TRACE --- regex.lua:742 -- inner loop in root trace at regex.lua:525]
[TRACE --- regex.lua:513 -- inner loop in root trace at regex.lua:525]
[TRACE 2 regex.lua:559 return]
[TRACE --- regex.lua:524 -- leaving loop in root trace at regex.lua:540]
[TRACE --- regex.lua:791 -- leaving loop in root trace at setmetatable]
[TRACE 3 regex.lua:742 return]
[TRACE --- regex.lua:791 -- leaving loop in root trace at setmetatable]
[TRACE --- regex.lua:791 -- leaving loop in root trace at setmetatable]
[TRACE --- content_by_lua(nginx.conf:48):4 -- leaving loop in root trace at content_by_lua(nginx.conf:48):9]
6204A0, 6, 0 |
PS: I ran this test case in a loop until it failed, which took matrix env var on CI:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm seeing the following random test failures on ubuntu:trusty x86_64:
The text was updated successfully, but these errors were encountered: