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

Use separate counter for current running test no #386

Merged
merged 1 commit into from
Jun 18, 2024

Commits on Jun 18, 2024

  1. Use separate counter for current running test no

    If a test fails the counter gets decremented for currently
    running test as below
    
    ```
    (1/15) Running aws-sdk-go tests ... FAILED in 2 minutes and 2 seconds
    {
      "alert": "",
      "args": {
        "bucketName": "aws-sdk-go-test-1eajd2wam6amka",
        "expiry": 60000000000,
        "objectName": "presignedTest"
      },
      "duration": 121969,
      "error": "BucketAlreadyOwnedByYou: Your previous request to create the named bucket succeeded and you already own it.\n\tstatus code: 409, request id: 17DA1C8B8DB5BD18, host id: 4de9f6f45bfb3a31ea395f3d063545f58e6a1995d2b05dee6b579f19079a6455",
      "function": "PresignedPut",
      "message": "AWS SDK Go CreateBucket Failed",
      "name": "aws-sdk-go",
      "status": "FAIL"
    }
    (1/15) Running aws-sdk-java tests ... done in 1 seconds
    (2/15) Running aws-sdk-java-v2 tests ... done in 2 seconds
    (3/15) Running aws-sdk-php tests ... done in 41 seconds
    ....
    ```
    
    Signed-off-by: Shubhendu Ram Tripathi <[email protected]>
    shtripat committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    63b5a48 View commit details
    Browse the repository at this point in the history