8000 Run integration tests against several Valkey versions with ASAN enabled by rjd15372 · Pull Request #36 · valkey-io/valkey-ldap · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Run integration tests against several Valkey versions with ASAN enabled #36

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

Merged
merged 1 commit into from
Jun 11, 2025

Conversation

rjd15372
Copy link
Member

This commit makes changes to the integration testing infrastructure to enable running integration tests against the different supported valkey versions, namely 7.2, 8.0, and 8.1.

We also enable ASAN compilation of Valkey server, to detect memory errors.

When we enabled ASAN, we immediately found a memory error in the logging system, and we also fix the problem in this commit.

@rjd15372 rjd15372 added bug Something isn't working enhancement New feature or request labels Jun 11, 2025
@rjd15372 rjd15372 added this to the 1.0.0 milestone Jun 11, 2025
This commit makes changes to the integration testing infrastructure to
enable running integration tests against the different supported valkey
versions, namely 7.2, 8.0, and 8.1.

We also enable ASAN compilation of Valkey server, to detect memory
errors.

When we enabled ASAN, we immediately found a memory error in the logging
system, and we also fix the problem in this commit.

Signed-off-by: Ricardo Dias <ricardo.dias@percona.com>
@rjd15372 rjd15372 merged commit 609ecfc into valkey-io:main Jun 11, 2025
5 checks passed
@rjd15372 rjd15372 added the build-ops Changes the CI, build, or testing infrastructure scripts label Jun 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build-ops Changes the CI, build, or testing infrastructure scripts enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0