misskey/packages/backend/test-federation
かっこかり 3a6c2aa835
fix(backend): fix type error(s) in security fixes (#15009)
* Fix type error in security fixes

(cherry picked from commit fa3cf6c2996741e642955c5e2fca8ad785e83205)

* Fix error in test function calls

(cherry picked from commit 1758f29364eca3cbd13dbb5c84909c93712b3b3b)

* Fix style error

(cherry picked from commit 23c4aa25714af145098baa7edd74c1d217e51c1a)

* Fix another style error

(cherry picked from commit 36af07abe28bec670aaebf9f5af5694bb582c29a)

* Fix `.punyHost` misuse

(cherry picked from commit 6027b516e1c82324d55d6e54d0e17cbd816feb42)

* attempt to fix test: make yaml valid

---------

Co-authored-by: Julia Johannesen <julia@insertdomain.name>
2024-11-21 12:10:02 +09:00
..
.config fix(backend): fix type error(s) in security fixes (#15009) 2024-11-21 12:10:02 +09:00
test fix(misskey-js): WebSocketの型定義をReconnectingWebsocketに依存するように (#14850) 2024-10-28 11:43:05 +09:00
.gitignore test(backend): add federation test (#14582) 2024-10-15 13:37:00 +09:00
README.md test(backend): add federation test (#14582) 2024-10-15 13:37:00 +09:00
compose.a.yml test(backend): add federation test (#14582) 2024-10-15 13:37:00 +09:00
compose.b.yml test(backend): add federation test (#14582) 2024-10-15 13:37:00 +09:00
compose.override.yaml test(backend): add federation test (#14582) 2024-10-15 13:37:00 +09:00
compose.tpl.yml test(backend): add federation test (#14582) 2024-10-15 13:37:00 +09:00
compose.yml test(backend): add federation test (#14582) 2024-10-15 13:37:00 +09:00
daemon.ts test(backend): add federation test (#14582) 2024-10-15 13:37:00 +09:00
eslint.config.js test(backend): add federation test (#14582) 2024-10-15 13:37:00 +09:00
setup.sh test(backend): add federation test (#14582) 2024-10-15 13:37:00 +09:00
tsconfig.json test(backend): add federation test (#14582) 2024-10-15 13:37:00 +09:00

README.md

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