Fix 'Failed to send log. Error: Item with tempId "undefined" not found' error when run E2E typescript tests #22648
Labels
area/qe
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P2
Has a minor but important impact to the usage or development of the system.
Is your task related to a problem? Please describe
https://main-jenkins-csb-crwqe.apps.ocp-c1.prod.psi.redhat.com/job/Testing/job/e2e/job/basic/job/typescript-tests/13898/consoleFull
Describe the solution you'd like
TODO
Describe alternatives you've considered
No response
Additional context
related PR: #22636
Error has thrown by code https://github.com/eclipse-che/che/blob/main/tests/e2e/utils/Logger.ts#L107-L109
Workaround: set
DELETE_ALL_WORKSPACES_ON_RUN_FINISH=false
(-e DELETE_WORKSPACE_ON_FAILED_TEST=false
), to avoid removal of all workspaces on failed test: https://github.com/eclipse-che/che/blob/main/tests/e2e/specs/MochaHooks.ts#L133Another case: CheReporter.ts error
The text was updated successfully, but these errors were encountered: