Skip to content

release: 1.71.6 #288

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

stainless-app[bot]
Copy link
Contributor

@stainless-app stainless-app bot commented Apr 10, 2025

Automated Release PR

1.71.6 (2025-04-15)

Full Changelog: v1.71.5...v1.71.6

Chores

  • client: minor internal fixes (0403a6f)
  • internal: reduce CI branch coverage (bad37ea)
  • internal: upload builds and expand CI branch coverage (e2feb58)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

Copy link

qodo-merge-pro-for-open-source bot commented Apr 10, 2025

CI Feedback 🧐

(Feedback updated until commit df5e792)

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: test

Failed stage: Run tests [❌]

Failed test name: list: request options and params are passed correctly

Failure summary:

The action failed because several tests timed out during execution. Specifically:

  • The test list: request options and params are passed correctly in the file
    tests/api-resources/agents/tools.test.ts (line 99) exceeded the timeout limit of 5000 ms.
  • Based on the log, there appear to be a total of 6 failed tests out of 268 total tests, with 3 test
    suites failing out of 19 total.
  • The tests are likely timing out because they're taking longer than the allocated 5000 ms to
    complete.

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    188:  11 | describe('resource tools', () => {
    189:  > 12 |   test('create: only required params', async () => {
    190:  |   ^
    191:  13 |     const responsePromise = client.agents.tools.create('182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e', {
    192:  14 |       name: 'name',
    193:  15 |       type: 'function',
    194:  at test (tests/api-resources/agents/tools.test.ts:12:3)
    195:  at Object.describe (tests/api-resources/agents/tools.test.ts:11:1)
    196:  ● resource tools › list: request options and params are passed correctly
    197:  thrown: "Exceeded timeout of 5000 ms for a test.
    198:  Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
    199:  97 |   });
    200:  98 |
    201:  >  99 |   test('list: request options and params are passed correctly', async () => {
    202:  |   ^
    203:  100 |     // ensure the request options are being passed correctly by passing an invalid HTTP method in order to cause an error
    204:  101 |     await expect(
    ...
    
    232:  at test (tests/api-resources/sessions.test.ts:93:3)
    233:  at Object.describe (tests/api-resources/sessions.test.ts:11:1)
    234:  PASS tests/api-resources/agents/agents.test.ts
    235:  PASS tests/api-resources/users/users.test.ts
    236:  PASS tests/api-resources/agents/docs.test.ts
    237:  PASS tests/api-resources/users/docs.test.ts
    238:  PASS tests/api-resources/executions/executions.test.ts
    239:  PASS tests/uploads.test.ts
    240:  PASS tests/api-resources/executions/transitions.test.ts
    241:  PASS tests/api-resources/files.test.ts
    242:  PASS tests/api-resources/docs.test.ts
    243:  PASS tests/form.test.ts
    244:  PASS tests/responses.test.ts
    245:  PASS tests/api-resources/jobs.test.ts
    246:  PASS tests/stringifyQuery.test.ts
    247:  Test Suites: 3 failed, 16 passed, 19 total
    248:  Tests:       6 failed, 262 passed, 268 total
    249:  Snapshots:   3 passed, 3 total
    250:  Time:        25.011 s
    251:  Ran all test suites.
    252:  Stopped 2147.
    253:  ##[error]Process completed with exit code 1.
    254:  Post job cleanup.
    

    @stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from db44d85 to bad37ea Compare April 10, 2025 02:39
    @stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 5e08522 to 0403a6f Compare April 15, 2025 02:14
    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.

    0 participants