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
['v', 'pureffi/sanity.t', qr/TEST 11: replace value 3 \(the old value has longer expire time\) - response_body - response is expected/, undef, 'linux i386'],
['rv', 'tls.t', 'TEST 2: verify server certificate failed - response_body - response is expected'],
95
+
['rv', 'tls.t', 'TEST 2: verify server certificate failed - pattern "lua ssl certificate verify error: (19: self-signed certificate in certificate chain)" should match a line in error.log'],
96
+
],
97
+
91
98
'lua-resty-upstream-healthcheck'=> [
92
99
['hv', 'sanity.t', 'should not match any line in error.log but matches line'],
93
100
['wv', 'sanity.t', 'should match a line in error.log'],
@@ -157,6 +164,7 @@ my %white_list = (
157
164
['w', 'mock.t', 'TEST 1: continue using the obj when read timeout happens - tcp_query ok'],
158
165
['v', 'ssl.t', 'TEST 4: ssl connection with ssl_verify (without CA) - response_body', qr/got: 'failed to connect: failed to do ssl handshake: timeout/],
159
166
['v', 'ssl.t', 'TEST 5: ssl connection with ssl_verify (with CA) - response_body', qr/got: 'failed to connect: failed to do ssl handshake: timeout/],
167
+
['rv', 'ssl.t', undef, qr/got: 'failed to connect: failed to do ssl handshake: timeout/],
160
168
],
161
169
162
170
'lua-resty-logger-socket'=> [
@@ -234,6 +242,8 @@ my %white_list = (
234
242
['r', 'sanity.t', 'TEST 9: simple text data frame (1 Mbytes) - pattern "text msg received is expected," should match a line in error.log'],
235
243
['r', 'cs.t', 'TEST 16: text frame (send unmasked frames on the client side) - response_body - response is expected'],
['wv', 'cs.t', 'TEST 16: text frame (send unmasked frames on the client side) - response_body - response is expected'],
239
249
['hv', 'sanity.t', 'TEST 13: close frame (no payload at all) - pattern "[error]" should not match any line in error.log but matches line'],
@@ -801,7 +811,12 @@ my %white_list = (
801
811
['rv', '104-req-raw-header.t', 'TEST 8: large header, with leading CRLF, excluding request line'],
802
812
['rv', '104-req-raw-header.t', 'TEST 9: large header, with lots of leading CRLF, excluding request line'],
803
813
['rv', '116-raw-req-socket.t', qr/TEST 9: receive timeout - pattern "server: .*?" should match a line in error\.log/],
814
+
['rv', '139-ssl-cert-by.t', undef, 'failed to do SSL handshake: timeout'],
815
+
['rv', '140-ssl-c-api.t', undef, 'failed to do SSL handshake: timeout'],
804
816
['rv', '147-tcp-socket-timeouts.t', qr/TEST (?:6|7): different timeout with duplex socket .*? - response_body - response is expected/],
817
+
['rv', '166-ssl-client-hello.t', undef, 'failed to do SSL handshake: timeout'],
818
+
['rv', '187-ssl-two-verification.t', undef, 'failed to do SSL handshake: timeout'],
819
+
['rv', '187-ssl-two-verification.t', 'TEST 1: simple logging - pattern "ssl_client_s_dn: [email protected],CN=test.com,OU=OpenResty,O=OpenResty,L=San Francisco,ST=California,C=US" should match a line in error.log'],
805
820
['v', '014-bugs.t', 'TEST 47: cosocket does not exit on worker_shutdown_timeout - pattern "(?^:failed to read a line: closed)" should match a line in error.log'],
806
821
['v', '018-ndk.t', 'should match a line in error.log'],
807
822
['v', '023-rewrite/client-abort.t', 'should match a line in error.log'],
0 commit comments