Skip to content

ci: add slave and readonly servers to Integration Test - #43

Merged
sysnote8main merged 1 commit into
mainfrom
feat/38-ci-multi-server
Aug 25, 2026
Merged

ci: add slave and readonly servers to Integration Test#43
sysnote8main merged 1 commit into
mainfrom
feat/38-ci-multi-server

Conversation

@sysnote8main

Copy link
Copy Markdown
Contributor

Closes #38

  • master (25565) 起動後に slave (25566) / readonly (25567) を順次起動
  • 各サーバーに Kunectron fat jar をインストール
    • Kunectron は compileOnly のためサーバー側に必要
    • 無い場合 /simplequest quest で ClassNotFoundException になり GUI テストが失敗する
  • bot GUI テスト (main.ts) が期待する全 3 サーバーに接続可能に
  • 停止ステップを 3 サーバー分に拡張

- master (25565) 起動後に slave (25566) / readonly (25567) を起動
- 各サーバーに Kunectron fat jar をインストール (compileOnly のため実行時に必要、
  /simplequest quest の GUI テストで ClassNotFoundException になっていた)
- bot GUI テストが全 3 サーバーに接続可能になる
- 停止ステップも 3 サーバー分に拡張

Closes #38
@sysnote8main
sysnote8main merged commit dc59c84 into main Aug 25, 2026
2 checks passed
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.

ci: Integration Test に slave サーバーを追加しマルチサーバー同期を検証

1 participant