Commit 26268a9
authored
Add MySQL instance to
* Fix flaky service account tests
Sometimes, the SA tests fail with the "service account already exists" error
The issue is due to the fact that Grafana sometimes 500s on SA POSTs, but the SA is actually created, so on the retry, there's a conflict
This PR changes the retry process so that if we 500, we try to find the SA and "import" it before retrying
* Add MySQL instance to `docker-compose`
SQLite is pretty unstable. Gettings lots of `database is locked` errors which are fixed by this DB switchdocker-compose (#1303)1 parent 90710b3 commit 26268a9
1 file changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
3 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
4 | 21 | | |
5 | 22 | | |
6 | 23 | | |
7 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
8 | 30 | | |
9 | 31 | | |
10 | 32 | | |
| |||
0 commit comments