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

Compatibility test suit #3728

Open
waynexia opened this issue Apr 17, 2024 · 0 comments
Open

Compatibility test suit #3728

waynexia opened this issue Apr 17, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@waynexia
Copy link
Member

What type of enhancement is this?

Tech debt reduction, User experience

What does the enhancement do?

With DB going stable, we should care about backward compatibility and forward compatibility between essential versions.

There is an existing compatibility test suit which leverages sqlness as harness. But it has some problems:

  • Depending on a "bug" behavior of sqlness feat: add preserve arg to sqlness runner #3724
  • Doesn't aware of feature version. I.e., some features are not available in the old version, and we may deprecate some features in the new version. Mechanisms like #[since(v0.7.0)] and #[till(v0.8.0)] looks necessary to compatibility test.
  • It's based on bash script 😣 Prefer Rust/Python/Go etc that are easy to maintain

Implementation challenges

No response

@waynexia waynexia added the help wanted Extra attention is needed label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant