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

Update Integration Tests #1540

Merged
merged 3 commits into from
Feb 1, 2024
Merged

Commits on Feb 1, 2024

  1. Update Integration Tests

    1. Add retry / resilience logic to the services that have slow starting containers (MySQL, Oracle, and SqlServer). Each of these containers can take more than 30 seconds to start on my machine.
    2. Remove unnecessary containers from the IntegrationServiceA project. Adding double the containers make the startup take even longer. So just use AddXYX resources and remove AddXYZContainer services.
    3. A couple other cosmetic changes
        - Use "rabbitmq" vs. "rabbit"
        - Log the responseContent in the SqlServer test
    eerhardt committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    f06aab6 View commit details
    Browse the repository at this point in the history
  2. Add more time for Cosmos, since the emulator can take over a minute t…

    …o start.
    
    Remove retries in Cosmos test. We don't need to retry at the test side, retries should be done inside the integration app.
    eerhardt committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    012cb17 View commit details
    Browse the repository at this point in the history
  3. PR feedback

    Use non-Container overloads
    Only retry on connect.
    eerhardt committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    417b506 View commit details
    Browse the repository at this point in the history