redis-py icon indicating copy to clipboard operation
redis-py copied to clipboard

Add scenario tests for connection interruptions

Open uglide opened this issue 1 year ago • 6 comments

Pull Request check-list

Please make sure to review and check all of these items:

  • [ ] Do tests and lints pass with this change?
  • [ ] Do the CI tests pass with this change (enable it first in your forked repo and wait for the github action build to finish)?
  • [ ] Is the new or changed code fully tested?
  • [ ] Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
  • [ ] Is there an example added to the examples folder (if applicable)?
  • [ ] Was the change added to CHANGES file?

NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open.

Description of change

Please provide a description of the change here.

uglide avatar Jul 22 '24 15:07 uglide

run scenario tests

uglide avatar Jul 24 '24 10:07 uglide

Testcase Errors Failures Skipped Total
tests.test_asyncio.scenario.test_connection_interruptions - (test_connection_interruptions[single-dmc_restart]) 0 passed
tests.test_asyncio.scenario.test_connection_interruptions - (test_connection_interruptions[single-network_failure]) 0 passed
tests.test_asyncio.scenario.test_connection_interruptions - (test_connection_interruptions[pool-dmc_restart]) 0 passed
tests.test_asyncio.scenario.test_connection_interruptions - (test_connection_interruptions[pool-network_failure]) 0 passed
tests.test_asyncio.scenario.test_connection_interruptions - (test_pubsub_with_connection_interruptions[single-dmc_restart]) 0 passed
tests.test_asyncio.scenario.test_connection_interruptions - (test_pubsub_with_connection_interruptions[pool-dmc_restart]) 0 passed
tests.scenario.test_connection_interruptions - (test_connection_interruptions[dmc_restart]) 0 passed
tests.scenario.test_connection_interruptions - (test_connection_interruptions[network_failure]) 0 passed
tests.scenario.test_connection_interruptions - (test_pubsub_with_connection_interruptions[dmc_restart]) 0 passed
tests.scenario.test_connection_interruptions - (test_pubsub_with_connection_interruptions[network_failure]) 0 passed

---- Details for mantainers

uglide avatar Jul 24 '24 12:07 uglide

Testcase Errors Failures Skipped Total
tests.test_asyncio.scenario.test_connection_interruptions - (test_connection_interruptions[single-dmc_restart]) 0 passed
tests.test_asyncio.scenario.test_connection_interruptions - (test_connection_interruptions[single-network_failure]) 0 passed
tests.test_asyncio.scenario.test_connection_interruptions - (test_connection_interruptions[pool-dmc_restart]) 0 passed
tests.test_asyncio.scenario.test_connection_interruptions - (test_connection_interruptions[pool-network_failure]) 0 passed
tests.test_asyncio.scenario.test_connection_interruptions - (test_pubsub_with_connection_interruptions[single-dmc_restart]) 0 passed
tests.test_asyncio.scenario.test_connection_interruptions - (test_pubsub_with_connection_interruptions[pool-dmc_restart]) 0 passed
tests.scenario.test_connection_interruptions - (test_connection_interruptions[dmc_restart]) 0 passed
tests.scenario.test_connection_interruptions - (test_connection_interruptions[network_failure]) 0 passed
tests.scenario.test_connection_interruptions - (test_pubsub_with_connection_interruptions[dmc_restart]) 0 passed
tests.scenario.test_connection_interruptions - (test_pubsub_with_connection_interruptions[network_failure]) 0 passed

---- Details for mantainers

uglide avatar Jul 24 '24 12:07 uglide

run scenario tests

uglide avatar Jul 24 '24 13:07 uglide

Testcase Errors Failures Skipped Total
tests.test_asyncio.scenario.test_connection_interruptions - (test_connection_interruptions[single-dmc_restart]) 0 passed
tests.test_asyncio.scenario.test_connection_interruptions - (test_connection_interruptions[single-network_failure]) 0 passed
tests.test_asyncio.scenario.test_connection_interruptions - (test_connection_interruptions[pool-dmc_restart]) 0 passed
tests.test_asyncio.scenario.test_connection_interruptions - (test_connection_interruptions[pool-network_failure]) 0 passed
tests.test_asyncio.scenario.test_connection_interruptions - (test_pubsub_with_connection_interruptions[single-dmc_restart]) 0 passed
tests.test_asyncio.scenario.test_connection_interruptions - (test_pubsub_with_connection_interruptions[pool-dmc_restart]) 0 passed
tests.scenario.test_connection_interruptions - (test_connection_interruptions[dmc_restart]) 0 passed
tests.scenario.test_connection_interruptions - (test_connection_interruptions[network_failure]) 0 passed
tests.scenario.test_connection_interruptions - (test_pubsub_with_connection_interruptions[dmc_restart]) 0 passed
tests.scenario.test_connection_interruptions - (test_pubsub_with_connection_interruptions[network_failure]) 0 passed

---- Details for mantainers

uglide avatar Jul 24 '24 13:07 uglide

Testcase Errors Failures Skipped Total
tests.test_asyncio.scenario.test_connection_interruptions - (test_connection_interruptions[single-dmc_restart]) 0 passed
tests.test_asyncio.scenario.test_connection_interruptions - (test_connection_interruptions[single-network_failure]) 0 passed
tests.test_asyncio.scenario.test_connection_interruptions - (test_connection_interruptions[pool-dmc_restart]) 0 passed
tests.test_asyncio.scenario.test_connection_interruptions - (test_connection_interruptions[pool-network_failure]) 0 passed
tests.test_asyncio.scenario.test_connection_interruptions - (test_pubsub_with_connection_interruptions[single-dmc_restart]) 0 passed
tests.test_asyncio.scenario.test_connection_interruptions - (test_pubsub_with_connection_interruptions[pool-dmc_restart]) 0 passed
tests.scenario.test_connection_interruptions - (test_connection_interruptions[dmc_restart]) 0 passed
tests.scenario.test_connection_interruptions - (test_connection_interruptions[network_failure]) 0 passed
tests.scenario.test_connection_interruptions - (test_pubsub_with_connection_interruptions[dmc_restart]) 0 passed
tests.scenario.test_connection_interruptions - (test_pubsub_with_connection_interruptions[network_failure]) 0 passed

---- Details for mantainers

uglide avatar Jul 24 '24 13:07 uglide

This pull request has been automatically marked as stale due to inactivity. It will be closed in 30 days if no further activity occurs.

github-actions[bot] avatar Sep 27 '25 00:09 github-actions[bot]

This pull request has been automatically closed due to inactivity. If you would like to continue this work, please reopen the PR or create a new one.

github-actions[bot] avatar Oct 27 '25 00:10 github-actions[bot]