Skip to content

add more details to failures #21902

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

Merged
merged 2 commits into from
Aug 12, 2025
Merged

add more details to failures #21902

merged 2 commits into from
Aug 12, 2025

Conversation

dothebart
Copy link
Contributor

Scope & Purpose

We pick more fields from the gtest outputs to our own failure message:

    {
      "name": "acquire_endpoint",
      * "file": "/root/project/tests/Network/ConnectionPoolTest.cpp",
      "line": 135,
      "status": "RUN",
      "result": "COMPLETED",
      "timestamp": "2025-08-05T11:06:38Z",
      "time": "60.201s",
      "classname": "NetworkConnectionPoolTest",
      "failures": [
        {
          "failure": "unknown file\nUnknown C++ exception thrown in the test body.",
          "type": ""
        }
      ]
    },
  • 🍕 New feature

@cla-bot cla-bot bot added the cla-signed label Aug 5, 2025
Copy link
Contributor

@KVS85 KVS85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@KVS85 KVS85 added this to the devel milestone Aug 12, 2025
@KVS85 KVS85 merged commit 833d966 into devel Aug 12, 2025
7 checks passed
@KVS85 KVS85 deleted the bug-fix/add-more-info-from-gtest branch August 12, 2025 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants