-
Notifications
You must be signed in to change notification settings - Fork 106
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
somewhat array related in line 1102 #35
Comments
@chipitsine I never saw this before. Are you using the latest git master version of Test::Nginx? |
@chipitsine That test case always passes for me, on several different machines: $ prove -I../test-nginx/lib t/009-log.t
t/009-log.t ..
1..10
# I found ONLY: maybe you're debugging?
ok 1 - TEST 13: ngx.log() big data - status code ok
ok 2 - TEST 13: ngx.log() big data - pattern "(?^:ah{1970}b)" matches a line in error.log (req 0)
ok 3 - TEST 13: ngx.log() big data - status code ok
ok 4 - TEST 13: ngx.log() big data - pattern "(?^:ah{1970}b)" matches a line in error.log (req 1)
# Looks like you planned 10 tests but ran 4. BTW, to run a single test case, you can just add a Please ensure you have read through my tutorials on Test::Nginx to save your time :) https://openresty.gitbooks.io/programming-openresty/content/testing/index.html |
I install Test::Nginx by the following: git clone https://github.com/openresty/test-nginx.git |
have a look:
https://travis-ci.org/chipitsine/stream-lua-nginx-module/builds/128381568#L590
is fails in line 1102
looks like stream is not wrapped in array like http ?
The text was updated successfully, but these errors were encountered: