Test Plan migration #1780
Unanswered
PavanKumarUrimi
asked this question in
Q&A
Replies: 2 comments 2 replies
-
@MrHinsh -need your help here |
Beta Was this translation helpful? Give feedback.
0 replies
-
You have two test plans with the same name in the source. The must be unique. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All, when i try to migrate the Test plans i'm getting the below exception. What is the key it is looking for?here is my configurations.
{
![Uploading image.png…]()
"$type": "TestVariablesMigrationConfig",
"Enabled": true
},
{
"$type": "TestConfigurationsMigrationConfig",
"Enabled": true
},
{
"$type": "TestPlansAndSuitesMigrationConfig",
"Enabled": true,
"PrefixProjectToNodes": false,
"OnlyElementsWithTag": null,
"TestPlanQueryBit": null, // Set to an empty string to migrate all test plans
"RemoveAllLinks": false,
"MigrationDelay": 0,
"UseCommonNodeStructureEnricherConfig": false,
"NodeBasePaths": [],
"AreaMaps": null,
"IterationMaps": null,
"RemoveInvalidTestSuiteLinks": false,
"FilterCompleted": false
}
Error log:
=============================[15:19:43 INF] [v14.3.6] ===============================================================================================[15:19:43 INF] [v14.3.6] == Suite Name: DMO - EDD Team_Stories_Iteration 7 =============================
[15:19:43 INF] [v14.3.6] == Date: 9/15/2021 =============================
[15:19:43 INF] [v14.3.6] == Suites: 10 =============================
[15:19:43 INF] [v14.3.6] ===============================================================================================[15:19:43 INF] [v14.3.6] ===============================================================================================[15:19:43 INF] [v14.3.6] ===============================================================================================[15:19:43 INF] [v14.3.6] == Plan[ 1/54] Suite[0/0] Cases[0/0] - planid[28465 ] | Process Plan DMO - EDD Team_Stories_Iteration 7
[15:19:43 INF] [v14.3.6] ===============================================================================================[15:19:44 FTL] [v14.3.6] Error while running TestPlansAndSuitesMigrationContext
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.ThrowHelper.ThrowKeyNotFoundException()
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at VstsSyncMigrator.Engine.TestPlansAndSuitesMigrationContext.FindTestPlan(String planName, Int32 sourcePlanId) in D:\a\1\s\src\VstsSyncMigrator.Core\Execution\MigrationContext\TestPlansAndSuitesMigrationContext.cs:line 641
at VstsSyncMigrator.Engine.TestPlansAndSuitesMigrationContext.ProcessTestPlan(ITestPlan sourcePlan) in D:\a\1\s\src\VstsSyncMigrator.Core\Execution\MigrationContext\TestPlansAndSuitesMigrationContext.cs:line 882
at VstsSyncMigrator.Engine.TestPlansAndSuitesMigrationContext.InternalExecute() in D:\a\1\s\src\VstsSyncMigrator.Core\Execution\MigrationContext\TestPlansAndSuitesMigrationContext.cs:line 129
at MigrationTools._EngineV1.Processors.MigrationProcessorBase.Execute() in D:\a\1\s\src\MigrationTools_EngineV1\Processors\MigrationProcessorBase.cs:line 47
[15:19:44 ERR] [v14.3.6] TestPlansAndSuitesMigrationContext The Processor MigrationEngine entered the failed state...stopping run
[15:19:44 INF] [v14.3.6] Application is shutting down...
[15:19:44 INF] [v14.3.6] Application Ending
[15:19:44 INF] [v14.3.6] The application ran in 00:00:22.7241760 and finished at 12/07/2023 15:19:44
Beta Was this translation helpful? Give feedback.
All reactions