Skip to content

Commit

Permalink
updated scenario name
Browse files Browse the repository at this point in the history
  • Loading branch information
Faizan-ahmad00 authored and Faizan Ahmad committed Jun 3, 2024
1 parent ceaf834 commit ac4a66b
Show file tree
Hide file tree
Showing 24 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -424,3 +424,4 @@ local.settings.json
front-end-components/vite.config-dev.js.timestamp-*
documentation/build
documentation/**/work
data-pipeline/tests/e2e/.env.local
8 changes: 7 additions & 1 deletion data-pipeline/tests/e2e/.env.local
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
STORAGE_CONNECTION_STRING=DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;QueueEndpoint=http://127.0.0.1:10001/devstoreaccount1;TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;
WORKER_QUEUE_NAME=data-pipeline-job-start
COMPLETE_QUEUE_NAME=data-pipeline-job-finished
RAW_DATA_CONTAINER=raw
RAW_DATA_CONTAINER=raw
DB_NAME=data
DB_PORT=1433
DB_ARGS=Encrypt=no;TrustServerCertificate=no;Connection Timeout=30
DB_HOST=mssql
DB_USER=sa
DB_PWD=mystrong!Pa55word
2 changes: 1 addition & 1 deletion data-pipeline/tests/e2e/synthetic_data_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def test_synthetic_data_env_is_set():

# To add a new scenario just add a folder with the name of the scenario
# and add the scenario to the list below.
@pytest.mark.parametrize("scenario_name", ["scenario1"])
@pytest.mark.parametrize("scenario_name", ["WhenLoadingSingleAcademyTrusts"])
def test_run_scenarios(scenario_name):
copy_raw_files_to_raw_blob_storage(scenario_name)
trigger_pipeline(scenario_name)
Expand Down

0 comments on commit ac4a66b

Please sign in to comment.