Skip to content

ASAN Integration Testing as part of normal push / merge, pull request #195

Description

@KarthikSubbarao

The valkeymodule-rs SDK enables Modules to interact with the core by abstracting away the unsafe code and Extern C code. However, this is the place where leaks and corruption (invalid reads, access) are likely to occur.

We have seen this in certain features in the SDK and adding ASAN testing (of all the existing integration tests) through a build script against an ASAN compiled binary of valkey on merge/push and pull requests will help ensure new changes are not introducing bugs.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions