Respect WriteTar setting in Catapult writer#1490
Conversation
|
pre-commit.ci autofix |
|
@jmitrevs Could you please review this PR? It makes the CatapultWriter respect the WriteTar setting, bringing it in line with the behavior of other writer backends. The fix includes a focused regression test that can be run with :
Would appreciate your input on the approach and would be great if this could also be added to the test suite. Thanks! |
|
Hi @niteshg97, thanks for your PR. However, this issue is already being addressed in #1442, so we will close here in favor of the existing PR. |
Thanks for letting me know, i missed that #1442 was already covering the WriteTar consistency work. Closing this in favor of the existing PR makes sense. |
Description
Makes
CatapultWriterrespect the existingWriterConfig.WriteTaroption.Other writers only create a
.tar.gzarchive whenWriteTaris enabled, butCatapultWriteralways created one unconditionally, this makes catapult behavior consistent with the other writer backends.This partially addresses #1438 by adding the missing
WriteTargate for Catapult.Type of change
Tests
Added a focused regression test for
CatapultWriter.write_tar().Test Configuration:
focused writer unit test
No HLS toolchain required
Checklist