Test Plan Migration #3102
Unanswered
umangrokaya
asked this question in
Q&A
Replies: 1 comment
-
|
What version are you using? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am running the Test plan migration scripts, however, for the heavy test plan the script keeps failing with the azure devops services unavilable error .
using the below processor
{
"$type": "TfsTestPlansAndSuitesMigrationProcessorOptions",
"Enabled": true,
"OnlyElementsWithTag": null,
"TestPlanQuery": null,
"RemoveAllLinks": false,
"MigrationDelay": 100,
"RemoveInvalidTestSuiteLinks": true,
"FilterCompleted": false,
"TestPlanIds": [12345,45678],
"SourceName": "",
"TargetName": ""
}
Beta Was this translation helpful? Give feedback.
All reactions