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
throw new errors_1.JestMetadataError(`Cannot associate a non-existent metadata with a test case: ${testCaseResult.fullName}`);
^
JestMetadataError: Cannot associate a non-existent metadata with a test case: Status tests Simple passed
at AssociateMetadata.testCaseResult (/Users/yaroslavs/Projects/wix-incubator/jest-allure2-reporter/node_modules/jest-metadata/dist/jest-reporter/AssociateMetadata.js:21:19)
at ReporterServer.onTestCaseResult (/Users/yaroslavs/Projects/wix-incubator/jest-allure2-reporter/node_modules/jest-metadata/dist/jest-reporter/ReporterServer.js:64:25)
at ReporterServer.memoized (/Users/yaroslavs/Projects/wix-incubator/jest-allure2-reporter/node_modules/jest-metadata/dist/utils/memoizeLast.js:11:34)
at ReporterServer.memoized [as onTestCaseResult] (/Users/yaroslavs/Projects/wix-incubator/jest-allure2-reporter/node_modules/jest-metadata/dist/utils/memoizeArg1.js:12:24)
To Reproduce
Run many suites many times with many workers and --bail.
Expected behavior
This error should not happen. Maybe, jest-metadata should generate a fallback metadata with FallbackAPI despite the full-fledged mode.
The text was updated successfully, but these errors were encountered:
when logs are enabled, we have weird sequence of events
Got 1 times "/Users/yaroslavs/Projects/wix-incubator/jest-metadata/e2e/__tests__/default/duplicate-generation.js"
Called from /Users/yaroslavs/Projects/wix-incubator/jest-metadata/e2e/__tests__/default/duplicate-generation.js
Got 2 times "/Users/yaroslavs/Projects/wix-incubator/jest-metadata/e2e/__tests__/default/duplicate-generation.js"
Got 1 times "/Users/yaroslavs/Projects/wix-incubator/jest-metadata/e2e/__tests__/default/duplicate-generation.js"
Called from /Users/yaroslavs/Projects/wix-incubator/jest-metadata/e2e/__tests__/default/duplicate-generation.js
Got 1 times "/Users/yaroslavs/Projects/wix-incubator/jest-metadata/e2e/__tests__/default/duplicate-generation.js"
Called from /Users/yaroslavs/Projects/wix-incubator/jest-metadata/e2e/__tests__/default/duplicate-generation.js
Got 2 times "/Users/yaroslavs/Projects/wix-incubator/jest-metadata/e2e/__tests__/default/duplicate-generation.js"
Called from /Users/yaroslavs/Projects/wix-incubator/jest-metadata/e2e/__tests__/default/duplicate-generation.js
Got 2 times "/Users/yaroslavs/Projects/wix-incubator/jest-metadata/e2e/__tests__/default/duplicate-generation.js"
Called from /Users/yaroslavs/Projects/wix-incubator/jest-metadata/e2e/__tests__/default/duplicate-generation.js
Describe the bug
Sometimes I spectate:
To Reproduce
Run many suites many times with many workers and
--bail
.Expected behavior
This error should not happen. Maybe,
jest-metadata
should generate a fallback metadata withFallbackAPI
despite the full-fledged mode.The text was updated successfully, but these errors were encountered: