Skip to content

trying something #3831

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

Closed
wants to merge 1 commit into from
Closed

trying something #3831

wants to merge 1 commit into from

Conversation

joseph-sentry
Copy link
Contributor

No description provided.

@codecov-staging
Copy link

Bundle Report

Bundle size has no change ✅

Copy link

codecov bot commented Apr 2, 2025

Bundle Report

Bundle size has no change ✅

@codecov-releaser
Copy link
Contributor

codecov-releaser commented Apr 2, 2025

✅ Deploy preview for gazebo ready!

Previews expire after 1 month automatically.

Storybook

Commit Created Cloud Enterprise
9fe2d8c Wed, 02 Apr 2025 17:54:18 GMT Expired Expired
9fe2d8c Wed, 02 Apr 2025 17:58:54 GMT Cloud Enterprise

Copy link

codecov bot commented Apr 2, 2025

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
3576 1 3575 2
View the top 1 failed test(s) by shortest run time
src/services/commit/useCommit.test.tsx > useCommit > when useCommit is called > api returns valid response > returns commit info
Stack Traces | 1.16s run time
AssertionError: expected { commit: { …(12) } } to deeply equal { commit: { author: { …(1) }, …(11) } }

Ignored nodes: comments, script, style
<html>
  <head />
  <body>
    <div />
  </body>
</html>

- Expected
+ Received

  Object {
    "commit": Object {
      "author": Object {
        "username": "febg",
      },
      "branchName": null,
      "ciPassed": true,
      "commitid": "f00162848a3cebc0728d915763c2fd9e92132408",
-     "compareWithParent": Object {
-       "__typename": "Comparison",
-       "directChangedFilesCount": 1,
-       "impactedFiles": Object {
-         "__typename": "ImpactedFiles",
-         "results": Array [],
-       },
-       "indirectChangedFilesCount": 1,
-       "patchTotals": null,
-       "state": "pending",
-     },
+     "compareWithParent": undefined,
      "coverageAnalytics": Object {
        "totals": Object {
          "coverage": 38.30846,
        },
      },
      "createdAt": "2020-08-25T16:35:32",
      "message": "paths test",
      "parent": Object {
        "commitid": "d773f5bc170caec7f6e64420b0967e7bac978a8f",
        "coverageAnalytics": Object {
          "totals": Object {
            "coverage": 38.30846,
          },
        },
      },
      "pullId": 10,
      "state": "complete",
      "uploads": Array [
        Object {
          "buildCode": null,
          "ciUrl": "https://travis-ci..../repo-test/jobs/721065746",
          "createdAt": "2020-08-25T16:36:19.55947400:00",
          "downloadUrl": ".../repo-test/download/build?path=.../F84D6D9A7F883055E40E3B380280BC44/f00162848a3cebc0728d915763c2fd9e92132408/30582d33-de37-4272-ad50-c4dc805802fb.txt",
          "errors": Array [],
          "flags": Array [],
          "id": 0,
          "jobCode": null,
          "name": "upload name",
          "provider": "travis",
          "state": "PROCESSED",
          "updatedAt": "2020-08-25T16:36:19.67986800:00",
          "uploadType": "UPLOADED",
        },
        Object {
          "buildCode": null,
          "ciUrl": "https://travis-ci..../repo-test/jobs/721065763",
          "createdAt": "2020-08-25T16:36:25.82034000:00",
          "downloadUrl": ".../repo-test/download/build?path=.../F84D6D9A7F883055E40E3B380280BC44/f00162848a3cebc0728d915763c2fd9e92132408/18b19f8d-5df6-48bd-90eb-50578ed8812f.txt",
          "errors": Array [],
          "flags": Array [],
          "id": 1,
          "jobCode": null,
          "name": "upload name",
          "provider": "travis",
          "state": "PROCESSED",
          "updatedAt": "2020-08-25T16:36:25.85988900:00",
          "uploadType": "UPLOADED",
        },
      ],
    },
  }

 ❯ .../services/commit/useCommit.test.tsx:412:57runWithExpensiveErrorDiagnosticsDisabled node_modules/@.../dom/dist/config.js:47:12checkCallback node_modules/@.../dom/dist/wait-for.js:124:77Timeout.checkRealTimersCallback node_modules/@.../dom/dist/wait-for.js:118:16

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@codecov-staging
Copy link

codecov-staging bot commented Apr 2, 2025

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
3576 1 3575 2
View the top 1 failed test(s) by shortest run time
src/services/commit/useCommit.test.tsx > useCommit > when useCommit is called > api returns valid response > returns commit info
Stack Traces | 1.16s run time
AssertionError: expected { commit: { …(12) } } to deeply equal { commit: { author: { …(1) }, …(11) } }

Ignored nodes: comments, script, style
<html>
  <head />
  <body>
    <div />
  </body>
</html>

- Expected
+ Received

  Object {
    "commit": Object {
      "author": Object {
        "username": "febg",
      },
      "branchName": null,
      "ciPassed": true,
      "commitid": "f00162848a3cebc0728d915763c2fd9e92132408",
-     "compareWithParent": Object {
-       "__typename": "Comparison",
-       "directChangedFilesCount": 1,
-       "impactedFiles": Object {
-         "__typename": "ImpactedFiles",
-         "results": Array [],
-       },
-       "indirectChangedFilesCount": 1,
-       "patchTotals": null,
-       "state": "pending",
-     },
+     "compareWithParent": undefined,
      "coverageAnalytics": Object {
        "totals": Object {
          "coverage": 38.30846,
        },
      },
      "createdAt": "2020-08-25T16:35:32",
      "message": "paths test",
      "parent": Object {
        "commitid": "d773f5bc170caec7f6e64420b0967e7bac978a8f",
        "coverageAnalytics": Object {
          "totals": Object {
            "coverage": 38.30846,
          },
        },
      },
      "pullId": 10,
      "state": "complete",
      "uploads": Array [
        Object {
          "buildCode": null,
          "ciUrl": "https://travis-ci..../repo-test/jobs/721065746",
          "createdAt": "2020-08-25T16:36:19.55947400:00",
          "downloadUrl": ".../repo-test/download/build?path=.../F84D6D9A7F883055E40E3B380280BC44/f00162848a3cebc0728d915763c2fd9e92132408/30582d33-de37-4272-ad50-c4dc805802fb.txt",
          "errors": Array [],
          "flags": Array [],
          "id": 0,
          "jobCode": null,
          "name": "upload name",
          "provider": "travis",
          "state": "PROCESSED",
          "updatedAt": "2020-08-25T16:36:19.67986800:00",
          "uploadType": "UPLOADED",
        },
        Object {
          "buildCode": null,
          "ciUrl": "https://travis-ci..../repo-test/jobs/721065763",
          "createdAt": "2020-08-25T16:36:25.82034000:00",
          "downloadUrl": ".../repo-test/download/build?path=.../F84D6D9A7F883055E40E3B380280BC44/f00162848a3cebc0728d915763c2fd9e92132408/18b19f8d-5df6-48bd-90eb-50578ed8812f.txt",
          "errors": Array [],
          "flags": Array [],
          "id": 1,
          "jobCode": null,
          "name": "upload name",
          "provider": "travis",
          "state": "PROCESSED",
          "updatedAt": "2020-08-25T16:36:25.85988900:00",
          "uploadType": "UPLOADED",
        },
      ],
    },
  }

 ❯ .../services/commit/useCommit.test.tsx:412:57runWithExpensiveErrorDiagnosticsDisabled node_modules/@.../dom/dist/config.js:47:12checkCallback node_modules/@.../dom/dist/wait-for.js:124:77Timeout.checkRealTimersCallback node_modules/@.../dom/dist/wait-for.js:118:16

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@codecov-qa
Copy link

codecov-qa bot commented Apr 2, 2025

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
2246 1 2245 0
View the top 1 failed test(s) by shortest run time
src/services/commit/useCommit.test.tsx > useCommit > when useCommit is called > api returns valid response > returns commit info
Stack Traces | 1.16s run time
AssertionError: expected { commit: { …(12) } } to deeply equal { commit: { author: { …(1) }, …(11) } }

Ignored nodes: comments, script, style
<html>
  <head />
  <body>
    <div />
  </body>
</html>

- Expected
+ Received

  Object {
    "commit": Object {
      "author": Object {
        "username": "febg",
      },
      "branchName": null,
      "ciPassed": true,
      "commitid": "f00162848a3cebc0728d915763c2fd9e92132408",
-     "compareWithParent": Object {
-       "__typename": "Comparison",
-       "directChangedFilesCount": 1,
-       "impactedFiles": Object {
-         "__typename": "ImpactedFiles",
-         "results": Array [],
-       },
-       "indirectChangedFilesCount": 1,
-       "patchTotals": null,
-       "state": "pending",
-     },
+     "compareWithParent": undefined,
      "coverageAnalytics": Object {
        "totals": Object {
          "coverage": 38.30846,
        },
      },
      "createdAt": "2020-08-25T16:35:32",
      "message": "paths test",
      "parent": Object {
        "commitid": "d773f5bc170caec7f6e64420b0967e7bac978a8f",
        "coverageAnalytics": Object {
          "totals": Object {
            "coverage": 38.30846,
          },
        },
      },
      "pullId": 10,
      "state": "complete",
      "uploads": Array [
        Object {
          "buildCode": null,
          "ciUrl": "https://travis-ci..../repo-test/jobs/721065746",
          "createdAt": "2020-08-25T16:36:19.55947400:00",
          "downloadUrl": ".../repo-test/download/build?path=.../F84D6D9A7F883055E40E3B380280BC44/f00162848a3cebc0728d915763c2fd9e92132408/30582d33-de37-4272-ad50-c4dc805802fb.txt",
          "errors": Array [],
          "flags": Array [],
          "id": 0,
          "jobCode": null,
          "name": "upload name",
          "provider": "travis",
          "state": "PROCESSED",
          "updatedAt": "2020-08-25T16:36:19.67986800:00",
          "uploadType": "UPLOADED",
        },
        Object {
          "buildCode": null,
          "ciUrl": "https://travis-ci..../repo-test/jobs/721065763",
          "createdAt": "2020-08-25T16:36:25.82034000:00",
          "downloadUrl": ".../repo-test/download/build?path=.../F84D6D9A7F883055E40E3B380280BC44/f00162848a3cebc0728d915763c2fd9e92132408/18b19f8d-5df6-48bd-90eb-50578ed8812f.txt",
          "errors": Array [],
          "flags": Array [],
          "id": 1,
          "jobCode": null,
          "name": "upload name",
          "provider": "travis",
          "state": "PROCESSED",
          "updatedAt": "2020-08-25T16:36:25.85988900:00",
          "uploadType": "UPLOADED",
        },
      ],
    },
  }

 ❯ .../services/commit/useCommit.test.tsx:412:57runWithExpensiveErrorDiagnosticsDisabled node_modules/@.../dom/dist/config.js:47:12checkCallback node_modules/@.../dom/dist/wait-for.js:124:77Timeout.checkRealTimersCallback node_modules/@.../dom/dist/wait-for.js:118:16

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

Copy link

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
2246 1 2245 0
View the top 1 failed tests by shortest run time
src/services/commit/useCommit.test.tsx > useCommit > when useCommit is called > api returns valid response > returns commit info
Stack Traces | 1.16s run time
AssertionError: expected { commit: { …(12) } } to deeply equal { commit: { author: { …(1) }, …(11) } }

Ignored nodes: comments, script, style
<html>
  <head />
  <body>
    <div />
  </body>
</html>

- Expected
+ Received

  Object {
    "commit": Object {
      "author": Object {
        "username": "febg",
      },
      "branchName": null,
      "ciPassed": true,
      "commitid": "f00162848a3cebc0728d915763c2fd9e92132408",
-     "compareWithParent": Object {
-       "__typename": "Comparison",
-       "directChangedFilesCount": 1,
-       "impactedFiles": Object {
-         "__typename": "ImpactedFiles",
-         "results": Array [],
-       },
-       "indirectChangedFilesCount": 1,
-       "patchTotals": null,
-       "state": "pending",
-     },
+     "compareWithParent": undefined,
      "coverageAnalytics": Object {
        "totals": Object {
          "coverage": 38.30846,
        },
      },
      "createdAt": "2020-08-25T16:35:32",
      "message": "paths test",
      "parent": Object {
        "commitid": "d773f5bc170caec7f6e64420b0967e7bac978a8f",
        "coverageAnalytics": Object {
          "totals": Object {
            "coverage": 38.30846,
          },
        },
      },
      "pullId": 10,
      "state": "complete",
      "uploads": Array [
        Object {
          "buildCode": null,
          "ciUrl": "https://travis-ci..../repo-test/jobs/721065746",
          "createdAt": "2020-08-25T16:36:19.55947400:00",
          "downloadUrl": ".../repo-test/download/build?path=.../F84D6D9A7F883055E40E3B380280BC44/f00162848a3cebc0728d915763c2fd9e92132408/30582d33-de37-4272-ad50-c4dc805802fb.txt",
          "errors": Array [],
          "flags": Array [],
          "id": 0,
          "jobCode": null,
          "name": "upload name",
          "provider": "travis",
          "state": "PROCESSED",
          "updatedAt": "2020-08-25T16:36:19.67986800:00",
          "uploadType": "UPLOADED",
        },
        Object {
          "buildCode": null,
          "ciUrl": "https://travis-ci..../repo-test/jobs/721065763",
          "createdAt": "2020-08-25T16:36:25.82034000:00",
          "downloadUrl": ".../repo-test/download/build?path=.../F84D6D9A7F883055E40E3B380280BC44/f00162848a3cebc0728d915763c2fd9e92132408/18b19f8d-5df6-48bd-90eb-50578ed8812f.txt",
          "errors": Array [],
          "flags": Array [],
          "id": 1,
          "jobCode": null,
          "name": "upload name",
          "provider": "travis",
          "state": "PROCESSED",
          "updatedAt": "2020-08-25T16:36:25.85988900:00",
          "uploadType": "UPLOADED",
        },
      ],
    },
  }

 ❯ .../services/commit/useCommit.test.tsx:412:57runWithExpensiveErrorDiagnosticsDisabled node_modules/@.../dom/dist/config.js:47:12checkCallback node_modules/@.../dom/dist/wait-for.js:124:77Timeout.checkRealTimersCallback node_modules/@.../dom/dist/wait-for.js:118:16

To view more test analytics, go to the Test Analytics Dashboard
📢 Thoughts on this report? Let us know!

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

Successfully merging this pull request may close these issues.

2 participants