Skip to content

Commit

Permalink
Remove ingest complete test for old behavior.
Browse files Browse the repository at this point in the history
Now, we _do_ want to start the ingest complete step function for
volumetric ingests.
  • Loading branch information
movestill committed Jan 11, 2022
1 parent 9f385da commit cb2fac2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Boss Changelog

## Unreleased
* Improvements
- Volumetric ingests complete and clean up properly from the ingest client.

## 1.0.7
* Improvements
* Improvements
- Hiding Resource Delete buttons in mgmt console if the user does not have permissions to delete.




6 changes: 0 additions & 6 deletions django/bossingest/test/test_ingest_manager_complete.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,9 +436,3 @@ def test_ensure_queues_empty_should_fail_if_tile_index_queue_not_empty(self, fak
self.assertEqual(400, actual.status_code)
self.assertEqual(ErrorCodes.BAD_REQUEST, actual.error_code)
self.assertEqual(TILE_INDEX_QUEUE_NOT_EMPTY_ERR_MSG, actual.message)

def test_start_completion_activity_exits_if_not_tile_ingest(self):
job = self.make_ingest_job(status=IngestJob.UPLOADING)
job.ingest_type = IngestJob.VOLUMETRIC_INGEST

self.assertIsNone(self.ingest_mgr._start_completion_activity(job))

0 comments on commit cb2fac2

Please sign in to comment.