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

Adding SQS wait for empty queue #71

Merged
merged 8 commits into from
Sep 6, 2024
Merged

Adding SQS wait for empty queue #71

merged 8 commits into from
Sep 6, 2024

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    2605fb0 View commit details
    Browse the repository at this point in the history
  2. refactor: Update SQS feature and step definitions

    Refactor the SQS feature and step definitions to improve code readability and maintainability.
    
    - Add a new scenario to test purging a queue and waiting for it to become empty.
    - Modify the `getURLfromQueueName` function to handle queue names that are already URLs.
    - Update the `sendMessageToQueue` function to use the `getURLfromQueueName` function.
    - Add the `attributesOfQueue` function to retrieve the attributes of a queue.
    - Add the `MAFWhen` step definition to wait for a queue to become empty within a specified timeout.
    
    These changes enhance the functionality and organization of the SQS testing module.
    martdo02 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2b7cede View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f76deff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9efe7a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4bb959c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf8c8cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af41ad4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f2774c1 View commit details
    Browse the repository at this point in the history