File tree Expand file tree Collapse file tree 4 files changed +9971
-738
lines changed
src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test
Microsoft.Azure.Commands.DataLakeAnalytics.Test.ScenarioTests.AdlaAliasTests
Microsoft.Azure.Commands.DataLakeAnalytics.Test.ScenarioTests.AdlaTests Expand file tree Collapse file tree 4 files changed +9971
-738
lines changed Original file line number Diff line number Diff line change @@ -645,6 +645,7 @@ function Test-DataLakeAnalyticsJob
645
645
# Wait for the job to finish and then confirm the script
646
646
$jobInfo = Wait-AdlJob - Account $accountName - JobId $jobInfo.JobId
647
647
Assert-NotNull {$jobInfo }
648
+ Assert-AreEqual " Succeeded" $jobInfo.Result
648
649
Assert-AreEqual $expectedScript $jobInfo.Properties.Script
649
650
650
651
# Delete the DataLakeAnalytics account
Original file line number Diff line number Diff line change @@ -531,6 +531,7 @@ function Test-DataLakeAnalyticsJob
531
531
# Wait for the job to finish and then confirm the script
532
532
$jobInfo = Wait-AdlJob - Account $accountName - JobId $jobInfo.JobId
533
533
Assert-NotNull {$jobInfo }
534
+ Assert-AreEqual " Succeeded" $jobInfo.Result
534
535
Assert-AreEqual $expectedScript $jobInfo.Properties.Script
535
536
536
537
# Delete the DataLakeAnalytics account
You can’t perform that action at this time.
0 commit comments