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

Make mprovements + change integration test name #362

Closed
wants to merge 2 commits into from

Commits on Mar 15, 2024

  1. Make improvements

    - removed reduntant integration Makefile
    - changed "integration" target to run only integration tests
      this should speed up CI tests because they wont run unit tests twice
      (in `testrace` and again in `int` target)
    - added help target to list available targets to be used by user
    - added target to download and build redis server
      server will be downloaded and build if it's not available
      when version in get_redis.sh will be changed new server will be
      downloaded and build automatically even if previous version was
      available locally
    
    Signed-off-by: Wojciech Szarański <wojciech.szaranski@gmail.com>
    wszaranski committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    72133e9 View commit details
    Browse the repository at this point in the history
  2. Change integration test name to conformance

    Integration tests test application code/module together with other
    software. In case of miniredis there is no connection between miniredis
    code and original redis. Vanilla Redis is used in tests only as source
    of truth (basically as part of the test code not tested application).
    Conformance test name should be more obvious in this case.
    
    Signed-off-by: Wojciech Szarański <wojciech.szaranski@gmail.com>
    wszaranski committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    0fe55ce View commit details
    Browse the repository at this point in the history