Skip to content

chore: various bug fixes#1145

Merged
mishushakov merged 5 commits into
mainfrom
chore/random-bugfixes
Feb 18, 2026
Merged

chore: various bug fixes#1145
mishushakov merged 5 commits into
mainfrom
chore/random-bugfixes

Conversation

@dobrac
Copy link
Copy Markdown
Contributor

@dobrac dobrac commented Feb 18, 2026

Note

Low Risk
Mostly CI/test changes plus a small logging tweak; low production impact, with main risk being altered test timing/flake behavior due to new timeout defaults.

Overview
Improves release-candidate GitHub workflows by passing sanitized tag/preid via step env vars and quoting them when running npm version/npm publish, reducing the chance of input/expansion issues.

Stabilizes sandbox internet-access tests in JS and Python by switching the curl target to Google’s generate_204 endpoint and updating expected status codes. Python tests also tighten global pytest timeout to 30s, remove per-sandbox default timeouts from fixtures, and add 180s timeouts specifically for template test suites via new conftest.py files.

CLI sandbox status polling now logs the caught error when Sandbox.getInfo fails (instead of silently returning false).

Written by Cursor Bugbot for commit 1878493. This will update automatically on new commits. Configure here.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Feb 18, 2026

⚠️ No Changeset found

Latest commit: 1878493

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dobrac dobrac added the bug Something isn't working label Feb 18, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 18, 2026

Package Artifacts

Built from 9e46a32. Download artifacts from this workflow run.

JS SDK (e2b@2.12.2-chore-random-bugfixes.0):

npm install ./e2b-2.12.2-chore-random-bugfixes.0.tgz

CLI (@e2b/cli@2.7.1-chore-random-bugfixes.0):

npm install ./e2b-cli-2.7.1-chore-random-bugfixes.0.tgz

Python SDK (e2b==2.13.2+chore-random-bugfixes):

pip install ./e2b-2.13.2+chore.random.bugfixes-py3-none-any.whl

@dobrac dobrac force-pushed the chore/random-bugfixes branch from d8021a8 to e379f00 Compare February 18, 2026 06:34
Replace e2b.dev with Google's connectivity check
endpoint in internet access tests for reliability.
@dobrac dobrac force-pushed the chore/random-bugfixes branch from 74b15fc to 51f6032 Compare February 18, 2026 07:44
@dobrac dobrac marked this pull request as ready for review February 18, 2026 07:59
@dobrac dobrac changed the title chore: random bugfixes chore: various bug fixes Feb 18, 2026
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 51f6032dcf

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread packages/cli/src/commands/sandbox/utils.ts Outdated
@mishushakov mishushakov merged commit 85f5b8d into main Feb 18, 2026
23 checks passed
@mishushakov mishushakov deleted the chore/random-bugfixes branch February 18, 2026 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants