abcxyz / abc

Apache License 2.0
12 stars 3 forks source link

enable .abc_renamed only when goldentest spec is >=v1beta4 #443

Closed capri-xiyue closed 8 months ago

capri-xiyue commented 8 months ago

TL;DR

user 1 creates a test.yaml with api_version v1beta3, and runs golden-test record using an old version of abc. Then user 2 runs golden-test verify with a new version of abc, and there's failure because the new version of abc expects to see files with .abc_renamed, but the testdata directory was never renamed with .abc_renamed

Expected behavior

No response

Observed behavior

No response

Environment Details

N/A

Additional information

No response