-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add group backwards compatibility tests #3996
Add group backwards compatibility tests #3996
Conversation
This pull request has been linked to Shortcut Story #26763: Add backwards-compatibility testing for Groups. |
0470f7c
to
334e073
Compare
@KiterLuc the backwards compatibility tests are green. |
"[backwards-compat][group][metadata]") { | ||
Context ctx; | ||
std::string compat_folder(arrays_dir + "/read_compatibility_test"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIT: We've seen bugs introduced this way... Let's avoid single line if/for/while... Always have the body between brackets. There are a couple places to fix in this function.
SC-26763
TYPE: IMPROVEMENT
DESC: Add group backwards compatibility tests.