Skip to content

Add scenario tests for connection interruptions #3331

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

uglide
Copy link
Contributor

@uglide uglide commented Jul 22, 2024

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
Copy link
Contributor Author

uglide commented Jul 24, 2024

run scenario tests

@uglide
Copy link
Contributor Author

uglide commented Jul 24, 2024

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

1 similar comment
@uglide
Copy link
Contributor Author

uglide commented Jul 24, 2024

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
Copy link
Contributor Author

uglide commented Jul 24, 2024

run scenario tests

@uglide
Copy link
Contributor Author

uglide commented Jul 24, 2024

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

1 similar comment
@uglide
Copy link
Contributor Author

uglide commented Jul 24, 2024

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant