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 sure the CI actually runs RESP3 tests #3270

Merged
merged 19 commits into from
Jun 19, 2024

Commits on Jun 6, 2024

  1. Make sure the CI actually runs RESP3 tests

    The CI tests were not running with RESP3 protocol, it was just an
    illusion that they do. Fix this, and also preserve coverage and test
    artifacts from those runs too.
    
    Take the opportunity to fix the indentation of the YAML file.
    gerzse committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    42a809e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Adapt failing RESP3 tests

    gerzse committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    6367be6 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    3b7f6bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a86b72e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d54cb1 View commit details
    Browse the repository at this point in the history
  4. Fix CI syntax

    gerzse committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    33366d9 View commit details
    Browse the repository at this point in the history
  5. Skip more tests when hiredis

    gerzse committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    030869e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Fix handling of no data in hiredis-py

    Use a sentinel object instance to signal lack of data in hiredis-py,
    instead of piggybacking of `False`, which can also be returned by
    parsing valid RESP payloads.
    gerzse committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a9dabf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f9f786 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    eb21828 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    f28c21b View commit details
    Browse the repository at this point in the history
  2. Adapt some tests

    gerzse committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e8a81a2 View commit details
    Browse the repository at this point in the history
  3. Adapt some tests

    gerzse committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    00a5609 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    a4902d6 View commit details
    Browse the repository at this point in the history
  2. Rename variable for clarity

    gerzse committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    bf03eb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4cc54d View commit details
    Browse the repository at this point in the history
  4. Remove async parser from test fixture params

    Leave the decision for the async parser to be used in tests to be taken
    based on the availability of hiredir and on the protocol that is set for
    the tests.
    gerzse committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    595eb51 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    7c75bfa View commit details
    Browse the repository at this point in the history
  2. Undo some more changes

    gerzse committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9ded3b5 View commit details
    Browse the repository at this point in the history