Skip to content

feat: add actor-core/test#790

Closed
NathanFlurry wants to merge 1 commit intomainfrom
03-25-feat_add_actor-core_test_
Closed

feat: add actor-core/test#790
NathanFlurry wants to merge 1 commit intomainfrom
03-25-feat_add_actor-core_test_

Conversation

@NathanFlurry
Copy link
Copy Markdown
Member

No description provided.

Copy link
Copy Markdown
Member Author

NathanFlurry commented Mar 26, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Mar 26, 2025

Open in Stackblitzchat-roomcounter

actor-core

yarn add https://pkg.pr.new/rivet-gg/actor-core@790.tgz

@actor-core/cli

yarn add https://pkg.pr.new/rivet-gg/actor-core/@actor-core/cli@790.tgz

create-actor

yarn add https://pkg.pr.new/rivet-gg/actor-core/create-actor@790.tgz

@actor-core/framework-base

yarn add https://pkg.pr.new/rivet-gg/actor-core/@actor-core/framework-base@790.tgz

@actor-core/react

yarn add https://pkg.pr.new/rivet-gg/actor-core/@actor-core/react@790.tgz

@actor-core/bun

yarn add https://pkg.pr.new/rivet-gg/actor-core/@actor-core/bun@790.tgz

@actor-core/cloudflare-workers

yarn add https://pkg.pr.new/rivet-gg/actor-core/@actor-core/cloudflare-workers@790.tgz

@actor-core/nodejs

yarn add https://pkg.pr.new/rivet-gg/actor-core/@actor-core/nodejs@790.tgz

@actor-core/rivet

yarn add https://pkg.pr.new/rivet-gg/actor-core/@actor-core/rivet@790.tgz

commit: fea2b2c

@NathanFlurry NathanFlurry force-pushed the 03-25-feat_add_actor-core_test_ branch from e9649d5 to fea2b2c Compare March 26, 2025 07:01
This was referenced Mar 26, 2025
@graphite-app
Copy link
Copy Markdown

graphite-app bot commented Mar 26, 2025

Merge activity

  • Mar 26, 3:20 AM EDT: NathanFlurry added this pull request to the Graphite merge queue.
  • Mar 26, 3:21 AM EDT: CI is running for this pull request on a draft pull request (#793) due to your merge queue CI optimization settings.
  • Mar 26, 3:22 AM EDT: A user merged this pull request with the Graphite merge queue via draft PR: #793.

graphite-app bot pushed a commit that referenced this pull request Mar 26, 2025
@graphite-app graphite-app bot closed this Mar 26, 2025
@graphite-app graphite-app bot deleted the 03-25-feat_add_actor-core_test_ branch March 26, 2025 07:22
connorads added a commit to connorads/actor-core that referenced this pull request Apr 5, 2025
In rivet-dev#790 `get-port` was added to [`packages/actor-core/src/test/mod.ts`](packages/actor-core/src/test/mod.ts)

Get an error when you run the example

```sh
npx create-actor@0.7.9
npm run test
```

```
➜ npm run test

> counter@0.0.0 test
> vitest run


 RUN  v3.1.1 /Users/username/git/actor-core-counter


⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Failed Suites 1 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯

 FAIL  tests/counter.test.ts [ tests/counter.test.ts ]
Error: Cannot find package 'get-port' imported from /Users/username/git/actor-core-counter/node_modules/actor-core/dist/test/mod.js
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯


 Test Files  1 failed (1)
      Tests  no tests
   Start at  14:59:12
   Duration  209ms (transform 24ms, setup 0ms, collect 0ms, tests 0ms, environment 0ms, prepare 35ms)
```
@connorads connorads mentioned this pull request Apr 5, 2025
NathanFlurry pushed a commit that referenced this pull request Apr 5, 2025
* Add `get-port` as dev dep

In #790 `get-port` was added to [`packages/actor-core/src/test/mod.ts`](packages/actor-core/src/test/mod.ts)

Get an error when you run the example

```sh
npx create-actor@0.7.9
npm run test
```

```
➜ npm run test

> counter@0.0.0 test
> vitest run


 RUN  v3.1.1 /Users/username/git/actor-core-counter


⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Failed Suites 1 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯

 FAIL  tests/counter.test.ts [ tests/counter.test.ts ]
Error: Cannot find package 'get-port' imported from /Users/username/git/actor-core-counter/node_modules/actor-core/dist/test/mod.js
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯


 Test Files  1 failed (1)
      Tests  no tests
   Start at  14:59:12
   Duration  209ms (transform 24ms, setup 0ms, collect 0ms, tests 0ms, environment 0ms, prepare 35ms)
```

* How embarassing

* Update yarn.lock
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.

1 participant