Skip to content

Launch Smoke test fails #79867

Closed
microsoft/azuredatastudio
#7206
@dbaeumer

Description

@dbaeumer

Testing #79731

Happens for Insider and Electron 6 exploration

 Launch
** Timeout!
Error: Active element not found. Current active element is 'HTML > BODY.windows.file-icons-enabled.vs-dark.vscode-theme-defaults-themes-dark_plus-json > DIV.monaco-workbench.windows.nopanel > DIV.monaco-grid-view > DIV.monaco-grid-branch-node > DIV.monaco-split-view2.vertical > DIV.split-view-container > DIV.split-view-view.visible > DIV.monaco-grid-branch-node > DIV.monaco-split-view2.horizontal > DIV.split-view-container > DIV.split-view-view.visible > DIV.monaco-grid-branch-node > DIV.monaco-split-view2.vertical > DIV.split-view-container > DIV.split-view-view.visible > DIV#workbench.parts.editor.part.editor.has-watermark > DIV.content > DIV.grid-view-container > DIV.monaco-grid-view > DIV.monaco-grid-branch-node > DIV.monaco-split-view2.vertical.separator-border > DIV.split-view-container > DIV.split-view-view.visible > DIV.editor-group-container.active > DIV.editor-container > DIV.editor-instance > DIV.monaco-scrollable-element > DIV'. Looking for .editor-instance[id="workbench.editor.walkThroughPart"] > div > div[tabIndex="0"]
    at g.<anonymous> (file:///C:/Users/dirkb/AppData/Local/Programs/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:1212:821)
    at Generator.next (<anonymous>)
    at file:///C:/Users/dirkb/AppData/Local/Programs/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:35:566
    at new Promise (<anonymous>)
    at n (file:///C:/Users/dirkb/AppData/Local/Programs/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:35:343)
    at g.isActiveElement (file:///C:/Users/dirkb/AppData/Local/Programs/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:1212:513)
    at l.call (file:///C:/Users/dirkb/AppData/Local/Programs/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:1217:653)
    at C.onPromise (file:///C:/Users/dirkb/AppData/Local/Programs/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:339:361)
    at C.onRawMessage (file:///C:/Users/dirkb/AppData/Local/Programs/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:338:1012)
    at C.protocolListener.protocol.onMessage.e (file:///C:/Users/dirkb/AppData/Local/Programs/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:338:531)
    at d.fire (file:///C:/Users/dirkb/AppData/Local/Programs/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:107:468)
    at EventEmitter.n (file:///C:/Users/dirkb/AppData/Local/Programs/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:104:788)
    at EventEmitter.emit (events.js:182:13)
    3) verifies that application launches when user data directory has non-ascii characters

and

 1) Running Code                                                                                                                                                   
      "before all" hook:                                                                                                                                           
    Error: Timeout: is active element '.editor-instance[id="workbench.editor.walkThroughPart"] > div > div[tabIndex="0"]' after 20 seconds.                        
     at C:\Users\dirkb\Projects\mseng\VSCode\vscode\test\smoke\out\vscode\code.js:175:23                                                                           
     at Generator.next (<anonymous>)                                                                                                                               
     at fulfilled (out\vscode\code.js:8:58)                                                                                                                        
                                                                                                                                                                   
 2) Running Code                                                                                                                                                   
      "after all" hook:                                                                                                                                            
    TypeError: Cannot read property 'stop' of undefined                                                                                                            
     at Context.<anonymous> (out\main.js:242:28)                                                                                                                   
     at Generator.next (<anonymous>)                                                                                                                               
     at C:\Users\dirkb\Projects\mseng\VSCode\vscode\test\smoke\out\main.js:11:71                                                                                   
     at new Promise (<anonymous>)                                                                                                                                  
     at __awaiter (out\main.js:7:12)                                                                                                                               
     at Context.<anonymous> (out\main.js:241:16)                                                                                                                   
                                                                                                                                                                   
 3) Launch                                                                                                                                                         
      verifies that application launches when user data directory has non-ascii characters:                                                                        
    Error: Timeout: is active element '.editor-instance[id="workbench.editor.walkThroughPart"] > div > div[tabIndex="0"]' after 20 seconds.                        
     at C:\Users\dirkb\Projects\mseng\VSCode\vscode\test\smoke\out\vscode\code.js:175:23                                                                           
     at Generator.next (<anonymous>)                                                                                                                               
     at fulfilled (out\vscode\code.js:8:58)                                                                                                                        
                                                                                                                                                                   
 4) "after all" hook:                                                                                                                                              
    Error: Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.                          
                                                                                                                                                                   
                                                                                                                                                                   
                                                                                                                                                                   
                                                                                                                                                                   

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions