You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(test): ensure MSP database access and indexer runtime configuration
MSP nodes now require --provider-database-url for move bucket operations (required by CLI since a7d853b). This fix ensures:
1. MSPs always get --provider-database-url in fullnet (regardless of indexer setting)
2. Postgres always starts for fullnet (MSPs need database access)
3. Database migrations run for fullnet (MSPs need schema)
4. Standalone indexer gets --chain=solochain-evm-dev flag for solochain runtime
This fixes widespread test failures across User, BSPNet, FullNet, Solochain EVM, Fisherman, and Backend integration test suites where MSP nodes failed to start without database configuration.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments