Skip to content

Commit f7ab523

Browse files
tests: update AMI.
1 parent 3440a69 commit f7ab523

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

misc/logs/parse-logs

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ my %white_list = (
6262
['v', 'count.t', 'TEST 3: reset limit window - response_body - response is expected'],
6363
['v', 'traffic.t', qr/TEST 1: sanity \(output states\) - response_body_like - response is expected /],
6464
['v', 'traffic.t', qr/TEST 2: sanity \(no output states\) - response_body_like - response is expected/],
65+
['r', 'count.t', 'TEST 3: reset limit window - response_body - response is expected'],
6566
],
6667

6768
'resty-cli' => [
@@ -88,6 +89,12 @@ my %white_list = (
8889
['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'],
8990
],
9091

92+
'lua-resty-memcached' => [
93+
['rv', 'tls.t', 'TEST 1: basic - response_body - response is expected'],
94+
['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+
9198
'lua-resty-upstream-healthcheck' => [
9299
['hv', 'sanity.t', 'should not match any line in error.log but matches line'],
93100
['wv', 'sanity.t', 'should match a line in error.log'],
@@ -157,6 +164,7 @@ my %white_list = (
157164
['w', 'mock.t', 'TEST 1: continue using the obj when read timeout happens - tcp_query ok'],
158165
['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/],
159166
['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/],
160168
],
161169

162170
'lua-resty-logger-socket' => [
@@ -234,6 +242,8 @@ my %white_list = (
234242
['r', 'sanity.t', 'TEST 9: simple text data frame (1 Mbytes) - pattern "text msg received is expected," should match a line in error.log'],
235243
['r', 'cs.t', 'TEST 16: text frame (send unmasked frames on the client side) - response_body - response is expected'],
236244
['rv', 'cs.t', 'TEST 10: client recv timeout (timeout option) - response_body - response is expected'],
245+
['rv', 'limits.t', 'TEST 3: server max_send_len - pattern "2: received text frame of len 300" should match a line in error.log'],
246+
['rv', 'limits.t', 'TEST 3: server max_send_len - pattern "3: failed sending frame of len 300: payload too big" should match a line in error.log'],
237247
['wv', 'cs.t', 'TEST 10: client recv timeout (timeout option) - response_body - response is expected'],
238248
['wv', 'cs.t', 'TEST 16: text frame (send unmasked frames on the client side) - response_body - response is expected'],
239249
['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 = (
801811
['rv', '104-req-raw-header.t', 'TEST 8: large header, with leading CRLF, excluding request line'],
802812
['rv', '104-req-raw-header.t', 'TEST 9: large header, with lots of leading CRLF, excluding request line'],
803813
['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'],
804816
['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'],
805820
['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'],
806821
['v', '018-ndk.t', 'should match a line in error.log'],
807822
['v', '023-rewrite/client-abort.t', 'should match a line in error.log'],

misc/logs/run-node

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ my %ami_config = (
2323
# 'linux x86_64' => 'ami-0ced5728c06f5f399', # ortest-x86_64-2022-04-13 (us-west-2)
2424
# 'linux x86_64' => 'ami-0cef3f6128fa955c5', # ortest-x86_64-2023-01-31 (us-west-2)
2525
#'linux x86_64' => 'ami-04fcc0530e5723c22', # ortest-x86_64-2023-12-12 (us-west-2)
26-
'linux x86_64' => 'ami-067b7d7e273dd15f3', # ortest-x86_64-2025-10-29.2 (us-west-2)
26+
'linux x86_64' => 'ami-05b857d8cad6e182e', # ortest-x86_64-2025-10-29.3 (us-west-2)
2727
);
2828

2929
my %opts;

0 commit comments

Comments
 (0)