Skip to content

Disable uninitialized streams

Afonso Mukai requested to merge jira_1150_disable_uninitialized_streams into master

Created by: dominikwerder

Description of work

  • Do not attempt to reopen streams which failed during the initialisation phase
  • Optionally abort writing of that job if any stream initialisation has failed

Issue

https://jira.esss.lu.se/browse/DM-1150

Unit Tests

New tests:

Schema_f142.UninitializedStreamsDoNotGetReopenedOnStartOfWriting
Schema_f142.UninitializedStreamOptionallyThrows
Schema_ev42.UninitializedStreamOptionallyThrows

Merge request reports