Skip to content

Commit

Permalink
More fixes to e2e tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccully committed Aug 16, 2024
1 parent 4f3776a commit 5c679ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions banzai/tests/e2e-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
readOnly: false
env:
- name: DB_ADDRESS
value: "sqlite:////archive/engineering/test.db?timeout=15"
value: "sqlite:////archive/engineering/test.db?timeout=30"
- name: RETRY_DELAY
value: "0"
- name: TASK_HOST
Expand Down Expand Up @@ -125,7 +125,7 @@ spec:
readOnly: false
env:
- name: DB_ADDRESS
value: "sqlite:////archive/engineering/test.db?timeout=15"
value: "sqlite:////archive/engineering/test.db?timeout=30"
- name: RETRY_DELAY
value: "0"
- name: TASK_HOST
Expand Down Expand Up @@ -189,7 +189,7 @@ spec:
readOnly: false
env:
- name: DB_ADDRESS
value: "sqlite:////archive/engineering/test.db?timeout=15"
value: "sqlite:////archive/engineering/test.db?timeout=30"
- name: FITS_BROKER
value: "localhost"
- name: TASK_HOST
Expand Down
1 change: 1 addition & 0 deletions banzai/tests/test_end_to_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ class TestScienceFileCreation:
@mock.patch('banzai.utils.observation_utils.requests.get', side_effect=observation_portal_side_effect)
def reduce_science_frames(self, mock_observation_portal):
run_reduce_individual_frames('e00.fits')
run_reduce_individual_frames('x00.fits')

def test_if_science_frames_were_created(self):
expected_files = []
Expand Down

0 comments on commit 5c679ba

Please sign in to comment.