Sharkey/packages/backend/test-federation
かっこかり 83c3bb839f
deps: update pnpm to v10 (#15588)
* Revert "fix(build): corepackのバグの回避 (#15387)"

This reverts commit 9c70a4e631.

* deps: update pnpm to v10

* fix broken lockfile

* update changelog

* fix

* fix

* Revert "fix"

This reverts commit 4abc6c194edc20989f5ec97d343307a4b8c9047d.

* fix

* fix

* attempt to fix docker build

* lint fixes

* fix: revertしすぎた

* detect pnpm version and install it

* fix: そもそもpnpmを2回入れる必要がないかも

* fix

* refactor

* fix

* refactor: remove unnecessary arg

* Update Dockerfile

* update pnpm to v10.6.1

* Update Changelog

* chore: use node to avoid installing jq
2025-03-07 07:03:52 +00:00
..
.config fix(backend): fix type error(s) in security fixes (#15009) 2024-11-21 12:10:02 +09:00
test enhance(backend): refine system account (#15530) 2025-03-02 20:06:20 +09:00
.gitignore
compose.a.yml
compose.b.yml
compose.override.yaml
compose.tpl.yml deps: update pnpm to v10 (#15588) 2025-03-07 07:03:52 +00:00
compose.yml deps: update pnpm to v10 (#15588) 2025-03-07 07:03:52 +00:00
daemon.ts
eslint.config.js
README.md
setup.sh
tsconfig.json

test-federation

Test federation between two Misskey servers: a.test and b.test.

Before testing, you need to build the entire project, and change working directory to here:

pnpm build
cd packages/backend/test-federation

First, you need to start servers by executing following commands:

bash ./setup.sh
docker compose up --scale tester=0

Then you can run all tests by a following command:

docker compose run --no-deps --rm tester

For testing a specific file, run a following command:

docker compose run --no-deps --rm tester -- pnpm -F backend test:fed packages/backend/test-federation/test/user.test.ts