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
The execution with ID 7 no longer exists in the target project (verified through the /project/{project_id}/executions API).
However, this ID is still present in the tool table of the database, suggesting it may be stale data.
Attempting to trigger the Blueprint task with fullSync: true also did not resolve the issue.
What do you expect to happen
When triggering synchronization or Blueprint tasks, the system should:
Validate the existence of execution data in the target platform (Zentao).
Ignore or clean up stale data from the database to avoid errors.
Complete the synchronization process without failure.
How to reproduce
Set up a DevLake integration with Zentao.
Perform the initial data synchronization from Zentao to DevLake.
Delete an execution (e.g., execution ID 7) from the Zentao project.
Trigger synchronization again in DevLake.
Observe the error message: /executions/7 Request Failed.
Ignore the inference above. Upon further investigation, the issue originates from the collectExecutionSummaryDev subtask. This subtask collects a non-existent execution (ID: 7), which causes the collectExecutions request to fail.
Search before asking
What happened
When synchronizing data from Zentao using DevLake, an error occurs with the message:
Upon investigation:
The execution with ID 7 no longer exists in the target project (verified through the /project/{project_id}/executions API).
However, this ID is still present in the tool table of the database, suggesting it may be stale data.
Attempting to trigger the Blueprint task with
fullSync: true
also did not resolve the issue.What do you expect to happen
When triggering synchronization or Blueprint tasks, the system should:
Validate the existence of execution data in the target platform (Zentao).
Ignore or clean up stale data from the database to avoid errors.
Complete the synchronization process without failure.
How to reproduce
Anything else
No response
Version
release-v1.0
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: