Timeline for Using a db as part of CI
Current License: CC BY-SA 4.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 21, 2019 at 14:31 | answer | added | ConstantineK | timeline score: 1 | |
| Jul 21, 2019 at 14:31 | comment | added | Hans-Martin Mosner | CI builds should run in isolation, or at least they should not modify external state, otherwise you're destroying repeatability. So if you absolutely must access and modify a database during a build, you should really create it on the fly, populating it with initial data as needed for the build, and possibly destroying it afterwards if you don't need to look at the resulting schema for additional tests. | |
| Jul 21, 2019 at 13:19 | history | asked | Mark | CC BY-SA 4.0 |