Skip to content

ZGY & VDS Converter Smoke Tests

[MSFT] Sally Ransom requested to merge msft/converter-smoke-tests into master

Introducing ZGY & VDS Conversion Smoke tests that include setup with uploading SEGY file and teardown. The sample SEGY file is in the test directory and utilizes Large File Storage (LFS) in the repo. Tracking is also applied to prevent folks from modifying the SEGY file.

Thanks to @divido for advising how to ignore false negative on the hook that warned "Detected possible secret during push.". The warning was on the PUT oZGY Storage Record request's body due to detecting high entropy on identifier postfixes (ex: {{DATA_PARTITION_ID}}:work-product--WorkProduct:e1ef7d6bf590d994d56dea12f102d811) and a couple of checksums. There was a warning on the SEGY file as well since it has high entropy characters.

Merge request reports