summaryrefslogtreecommitdiff
path: root/test/sequential/sequential.status
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-12-06 10:21:05 -0800
committerRich Trott <rtrott@gmail.com>2018-12-08 12:35:55 -0800
commit3fe00effe0d1905486472ed82f7716321d6ac8e1 (patch)
treecac583a5317c101c20aaf02cd8e1e97bd6846452 /test/sequential/sequential.status
parent008b904c069b0a5139036e21542b69f2fc35ba1e (diff)
downloadandroid-node-v8-3fe00effe0d1905486472ed82f7716321d6ac8e1.tar.gz
android-node-v8-3fe00effe0d1905486472ed82f7716321d6ac8e1.tar.bz2
android-node-v8-3fe00effe0d1905486472ed82f7716321d6ac8e1.zip
test: make http2 timeout test robust
Instead of using magic values for the server timeout in test-http2-session-timeout, measure the duration of the first request (which should be longer than subsequent requests) and use that value. Fixes: https://github.com/nodejs/node/issues/20628 PR-URL: https://github.com/nodejs/node/pull/24877 Fixes: https://github.com/https://github.com/nodejs/node/issues/20628 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'test/sequential/sequential.status')
-rw-r--r--test/sequential/sequential.status2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status
index 89f639777b..d9963bc6f7 100644
--- a/test/sequential/sequential.status
+++ b/test/sequential/sequential.status
@@ -23,5 +23,3 @@ test-http2-large-file: PASS, FLAKY
[$system==aix]
[$arch==arm]
-# https://github.com/nodejs/node/issues/20628
-test-http2-session-timeout: PASS,FLAKY