issues
search
bancorprotocol
/
fastlane-bot
Fast Lane, an open-source arbitrage protocol, allows any user to perform arbitrage between Bancor ecosystem protocols and external exchanges and redirect arbitrage profits back to the protocol.
https://github.com/bancorprotocol/fastlane-bot
MIT License
139
stars
58
forks
source link
Production environment tests
#276
Open
mikewcasale
opened
10 months ago
mikewcasale
commented
10 months ago
Enhancement Description
Add production environment testing to the automated Github Actions.
Rationale
To avoid environment related deployment issues on production.
Impact Analysis
Automated Tests: Adds protection against deploying changes to production which have environment conflicts (e.g. no disk write permissions, etc.)
mikewcasale
commented
9 months ago
Subtasks for This PR
✅ Troubleshoot / validate v3.x jobs will run as expected using non-production test jobs
✅ Incrementally transition production jobs to run v3.x
🟡 Write job(s) to run unit tests
🟡 Write new "read-only" mode tests
[ ] Update Github Actions to trigger production env tests
Enhancement Description
Rationale
Impact Analysis