TheDataShed / sql-deployment-tools

GNU General Public License v3.0
2 stars 0 forks source link

feat: Decouple SQL agent from SSIS #53

Open GooseLF opened 2 years ago

GooseLF commented 2 years ago

Decoupling deployment of SSIS from the deployment of SQL Agent Jobs/steps/schedules so that the tool can be used solely for the deployment of SQL Agent.

github-actions[bot] commented 2 years ago

Unit Test Results

44 tests  ±0   43 :heavy_check_mark: ±0   0s :stopwatch: ±0s   1 suites ±0     1 :zzz: ±0    1 files   ±0     0 :x: ±0 

Results for commit 7e592f05. ± Comparison against base commit 6ff145f0.

This pull request removes 4 and adds 4 tests. Note that renamed tests count towards both. ``` test.test_model.TestSsisDeployment ‑ test_SsisDeployment_throws_an_exception_when_folder_is_in_config test.test_model.TestSsisDeployment ‑ test_SsisDeployment_throws_an_exception_when_folder_is_not_set test.test_model.TestSsisDeployment ‑ test_SsisDeployment_throws_an_exception_when_project_is_not_in_config test.test_model.TestSsisDeployment ‑ test_SsisDeployment_throws_an_exception_when_project_name_is_not_set ``` ``` test.test_model.TestSsisDeployment ‑ test_SsisDeployment_throws_no_exception_when_folder_is_in_config test.test_model.TestSsisDeployment ‑ test_SsisDeployment_throws_no_exception_when_folder_is_not_set test.test_model.TestSsisDeployment ‑ test_SsisDeployment_throws_no_exception_when_project_is_not_in_config test.test_model.TestSsisDeployment ‑ test_SsisDeployment_throws_no_exception_when_project_name_is_not_set ```