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

Add more compatibility tests #5188

Open
discord9 opened this issue Dec 18, 2024 · 0 comments
Open

Add more compatibility tests #5188

discord9 opened this issue Dec 18, 2024 · 0 comments
Labels
C-enhancement Category Enhancements good first issue Good for newcomers

Comments

@discord9
Copy link
Contributor

What type of enhancement is this?

User experience

What does the enhancement do?

Upgrade compatibility is a vital part of user experience, and more upgrade compatibility tests to make sure of smooth upgrade from, say, last three major version should be ensured. There is currently some upgrade compatibility tests in ./tests/upgrade-compat and can be run by the following command(require docker):

cargo sqlness -c $(pwd)/tests/upgrade-compat --store-addrs "0.0.0.0:2379" --setup-etcd 

More tests can be added to ensure upgrade compatibility.

Implementation challenges

possible challenges are:

  • thoroughly test every possible options that can be set using sql(Features can be added to sqlness runner to support testing HTTP API, but is not in the scope of this issue)
  • add upgrade compatibility tests to CI for nightly run or weekly run
@discord9 discord9 added C-enhancement Category Enhancements good first issue Good for newcomers labels Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category Enhancements good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant