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
Copy file name to clipboardExpand all lines: src/test/datascience/notebook/helper.ts
+21-7Lines changed: 21 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -987,26 +987,33 @@ export async function waitForExecutionCompletedSuccessfullyV2(
987
987
disposables: IDisposable[]|DisposableStore
988
988
){
989
989
constcheckCompletedSuccessfully=()=>{
990
+
traceInfo(
991
+
`10.a Check execution summary: ${cell.index}: Success = ${cell.executionSummary?.success}, order = ${cell.executionSummary?.executionOrder}, End Time = ${cell.executionSummary?.timing?.endTime}`
0 commit comments