Skip to content
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

Testing framework currently does not support asserting RETURN result column names #2308

Closed
russell-liu opened this issue Oct 30, 2023 · 1 comment
Assignees
Labels
feature New features or missing components of existing features testing Testing related issues

Comments

@russell-liu
Copy link
Contributor

The testing framework currently only supports asserting RETURN result tuple values. Consider

-STATEMENT RETURN 0 as O;
---- 1
0

There is currently no way to verify that the column name is O.

@semihsalihoglu-uw semihsalihoglu-uw added feature New features or missing components of existing features testing Testing related issues labels Jan 8, 2024
@ray6080
Copy link
Contributor

ray6080 commented Aug 6, 2024

This is already supported. See -CHECK_COLUMN_NAMES.

@ray6080 ray6080 closed this as completed Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New features or missing components of existing features testing Testing related issues
Projects
None yet
Development

No branches or pull requests

3 participants