mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Added setup and teardown for test; add variable to control run python… (#4782)
* Added setup and teardown for test; add variable to control run python/pyspark tests; remove dup code in clearAlloutput tests * Resolve PR comments
This commit is contained in:
@@ -12,8 +12,12 @@ export AZURE_SQL=%~8
|
||||
export AZURE_SQL_USERNAME=%~9
|
||||
export AZURE_SQL_PWD=%~10
|
||||
|
||||
echo No problem reading BDC cluster$BDC_BACKEND_USERNAME, password, $BDC_BACKEND_HOSTNAME and $PYTHON_TEST_PATH,
|
||||
export RUN_PYTHON3_TEST=%11
|
||||
export RUN_PYSPARK_TEST=%12
|
||||
|
||||
echo No problem reading BDC cluster$BDC_BACKEND_USERNAME, password, $BDC_BACKEND_HOSTNAME and $PYTHON_TEST_PATH
|
||||
echo No problem reading Standalone SQL instance: $STANDALONE_SQL, $STANDALONE_SQL_USERNAME and $STANDALONE_SQL_PWD
|
||||
echo No problem reading AZURE SQL instance: $AZURE_SQL, $AZURE_SQL_USERNAME and $AZURE_SQL_PWD
|
||||
@echo No problem reading run python and pyspark test: $RUN_PYTHON3_TEST and $RUN_PYSPARK_TEST
|
||||
|
||||
set
|
||||
Reference in New Issue
Block a user