From 9b0ce9992e680bd2b5001c08f35228de9451b357 Mon Sep 17 00:00:00 2001 From: Miki Date: Wed, 16 Nov 2022 15:16:39 -0800 Subject: [PATCH] Adds retrying flaky jest tests Signed-off-by: Miki --- package.json | 4 +++- src/dev/jest/config.js | 1 + yarn.lock | 12 ++++++------ 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index e41ae70451e7..7f96b26abc2c 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,9 @@ "**/trim": "^0.0.3", "**/typescript": "4.0.2", "**/unset-value": "^2.0.1", - "**/minimatch": "^3.0.5" + "**/minimatch": "^3.0.5", + "**/jest-config": "npm:@amoo-miki/jest-config@27.5.1", + "**/jest-jasmine2": "npm:@amoo-miki/jest-jasmine2@27.5.1" }, "workspaces": { "packages": [ diff --git a/src/dev/jest/config.js b/src/dev/jest/config.js index 6eb7b4013354..8dd5240f69de 100644 --- a/src/dev/jest/config.js +++ b/src/dev/jest/config.js @@ -109,4 +109,5 @@ export default { globals: { Uint8Array: Uint8Array, }, + flakyTestRetries: 2, }; diff --git a/yarn.lock b/yarn.lock index 822684d097bd..e828067b6f2d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11062,10 +11062,10 @@ jest-cli@^27.5.1: prompts "^2.0.1" yargs "^16.2.0" -jest-config@^27.5.1: +jest-config@^27.5.1, "jest-config@npm:@amoo-miki/jest-config@27.5.1": version "27.5.1" - resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.5.1.tgz#5c387de33dca3f99ad6357ddeccd91bf3a0e4a41" - integrity sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA== + resolved "https://registry.yarnpkg.com/@amoo-miki/jest-config/-/jest-config-27.5.1.tgz#3afdb485fdccad8fd8b19be505747cafbf8e6707" + integrity sha512-6pSD/Lo5axflM2NO0eIHuJ40nxfXn2NQGqzOCrZO1EE7yS3k90p10RalInf8RXl2g9/f1Ax4U4aU2e3BWSaSaQ== dependencies: "@babel/core" "^7.8.0" "@jest/test-sequencer" "^27.5.1" @@ -11170,10 +11170,10 @@ jest-haste-map@^27.5.1: optionalDependencies: fsevents "^2.3.2" -jest-jasmine2@^27.5.1: +jest-jasmine2@^27.5.1, "jest-jasmine2@npm:@amoo-miki/jest-jasmine2@27.5.1": version "27.5.1" - resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz#a037b0034ef49a9f3d71c4375a796f3b230d1ac4" - integrity sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ== + resolved "https://registry.yarnpkg.com/@amoo-miki/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz#0c99502f9879e1504b124da8355880924de1f310" + integrity sha512-oOihnJGLdFZO780Ts6XR+Sbs8d4J0+sqcNvBNcJch/LSKpQt7rARi0V+TgF80LRAvJI4gyq97az/2fdXXgxDNg== dependencies: "@jest/environment" "^27.5.1" "@jest/source-map" "^27.5.1"