mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
First version of Stress (#5499)
* First version of Stress - moving over from feat/Stress1 branch * a working version - still issues with stresssified notebook tests * update notebooks to use new message event (#5395) * Latest changes for notebook tests * Stressify objectExplorer tests * formatting changes * removing the tracing added previously and ability to set tsc verbose option in tsconfig.json * addressing review feedback * addressing review feedback * implementing runtime parameter for Stress * addresing review feedback and moved out stress modules to its own project outside of azuredata source tree * referencing adstest from the github location * incorporating review feedback * Review feedbak * removing uncommong entries added to .gitignore * removing unrelated change * replacing debug/trace statements with console.info or cosole.warn statments in integration-tests\main.tx
This commit is contained in:
@@ -151,13 +151,13 @@ msrestAzure.interactiveLogin().then((credentials) => {
|
||||
console.log('Done reading values from Azure KeyVault!');
|
||||
console.log(`Launching new window: ${LAUNCH_OPTION}...`);
|
||||
if (LAUNCH_OPTION === LAUNCH_VSCODE) {
|
||||
console.warn('Trying to lauch vscode, make sure you have it set properly in the PATH environment variable');
|
||||
console.warn('Trying to launch vscode, make sure you have it set properly in the PATH environment variable');
|
||||
}
|
||||
child_process.execSync(LAUNCH_OPTION);
|
||||
console.log('New window for running test has been opened.');
|
||||
}
|
||||
);
|
||||
}, (err) => {
|
||||
console.error('An error occured while loggin in to Azure portal');
|
||||
console.error('An error occured while logging in to Azure portal');
|
||||
console.error(err);
|
||||
});
|
||||
Reference in New Issue
Block a user