Skip to content

Conversation

@philrz
Copy link
Contributor

@philrz philrz commented Dec 15, 2025

What's Changed

This adds support for env var ZTEST_VECTOR which can be set to true to have the same effect as having added vector: true to each ztest YAML.

Why

I want to sometimes run the sqllogic-ztests in vector runtime, but since there's still lots more failures there than in sequential, I'd like to keep the "golden" set of ztest YAML set for just the default of running sequential, but have an easy way to override that. The only way I saw to do this before was to keep a separate copy of all the ztest YAML files edited to include vector: true, which is cumbersome.

Details

I'm not much of a Go developer, so I had Claude AI create this diff. It's functionally giving me what I need (e.g., this Actions run) but I respect AI's code may have its shortcomings, so if someone's game to rewrite it better or I have to just live off my branch, I'm ok with that.

Copy link
Member

@nwt nwt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should do this in the sqllogic-ztests repository rather than here. I'll explain how when I'm back in front of a keyboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants