fix(dev): FT MySQL コンテナ永続化とテスト手順追記#852
Merged
Merged
Conversation
- NENE2-FT/docker-compose.yml に ports(3308:3306) と named volume を追加 → コンテナ再起動後も ft_test/ft_user が消えない - CLAUDE.md の開発コマンドリファレンスに FT MySQL 統合テストの手順を追記 - docs/howto/inbound-webhook-receiver.md に MySQL テスト実行手順を追記 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
../NENE2-FT/docker-compose.ymlにports: 3308:3306と named volumeft_mysql_dataを追加ft_testDB・ft_userが保持されるCLAUDE.mdに FT MySQL 統合テスト実行コマンドを追記docs/howto/inbound-webhook-receiver.mdに MySQL テスト手順セクションを追記Test plan
docker compose -f ../NENE2-FT/docker-compose.yml up -d mysql→nene2-ft-mysql-1が port 3308 で起動MYSQL_HOST=127.0.0.1 MYSQL_PORT=3308 … php8.4 vendor/bin/phpunit --filter Mysql→ 5 tests OK (inboundlog)Related
Closes #851
Self-review: docs-policy
🤖 Generated with Claude Code