forked from vapor/fluent-postgres-driver
 
 
 - 
  Notifications
 You must be signed in to change notification settings 
- Fork 0
Commit 2bf6bf2
Register Multiple Databases for FluentBecnhmarker Tests (vapor#151)
* Register .benchmark1 and .benchmark2 databases for FluentBenchmarker
* Create vapor_benchmark databases in GitHub Action workflow
* Use prepared-migration-filtering FluentKit branch
* Remove invalid 'creatdb' calls from Ubuntu workflow
* Create becnhmark databases for Ubuntu GitHub workflows, take vapor#1
* Add Postgres repository to APT before attempting to install the database in the Ubuntu GitHub workflows
* Create benchmark databases for Ubuntu GitHub workflows, take vapor#2
* Update APT repository before installing anything
* Try not installing 'deb'
* Attempt to wait for database to settle dynamically instead of a hardcoded second value
* Pass host, username, and password to psql and createdb commands for Ubuntu workflows
* Use PGPASSWORD environment variable to provide password to psql and createdb commands
* Specify vapor_database as database name to wait for to settle
* Fix FluentBenchmarker creation. Also make tests respect the LOG_LEVEL env var.
* Full-matrix CI for PostgreSQL
Maybe this one won't need six rounds of "oops this tiny thing is wrong..."
* Replace .benchmark1 and .benchmark2 databases with .migrationExtra
* Revert FluentKit dependency version
Co-authored-by: Gwynne Raskind <gwynne@darkrainfall.org>1 parent b276ac0 commit 2bf6bf2
File tree
2 files changed
+99
-50
lines changed- .github/workflows
- Tests/FluentPostgresDriverTests
2 files changed
+99
-50
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 1 | - | ||
| 2 | - | ||
| 3 | - | ||
| 1 | + | ||
| 2 | + | ||
| 3 | + | ||
| 4 | + | ||
| 5 | + | ||
| 4 | 6 |  | |
| 5 | - | ||
| 7 | + | ||
| 6 | 8 |  | |
| 7 | 9 |  | |
| 8 | 10 |  | |
| 9 | - | ||
| 11 | + | ||
| 12 | + | ||
| 13 | + | ||
| 14 | + | ||
| 15 | + | ||
| 16 | + | ||
| 17 | + | ||
| 18 | + | ||
| 19 | + | ||
| 20 | + | ||
| 10 | 21 |  | |
| 11 | - | ||
| 12 | - | ||
| 13 | - | ||
| 14 | - | ||
| 15 | - | ||
| 16 | - | ||
| 22 | + | ||
| 23 | + | ||
| 24 | + | ||
| 25 | + | ||
| 26 | + | ||
| 27 | + | ||
| 28 | + | ||
| 29 | + | ||
| 30 | + | ||
| 31 | + | ||
| 17 | 32 |  | |
| 18 | - | ||
| 19 | - | ||
| 20 | - | ||
| 21 | - | ||
| 22 | - | ||
| 23 | - | ||
| 24 | - | ||
| 25 | - | ||
| 26 | - | ||
| 27 | - | ||
| 28 | - | ||
| 29 | - | ||
| 30 | - | ||
| 31 | - | ||
| 32 | - | ||
| 33 | + | ||
| 34 | + | ||
| 35 | + | ||
| 36 | + | ||
| 37 | + | ||
| 38 | + | ||
| 39 | + | ||
| 40 | + | ||
| 41 | + | ||
| 42 | + | ||
| 43 | + | ||
| 44 | + | ||
| 45 | + | ||
| 46 | + | ||
| 33 | 47 |  | |
| 34 | 48 |  | |
| 35 | 49 |  | |
| 36 | - | ||
| 37 | - | ||
| 38 | - | ||
| 39 | - | ||
| 40 | - | ||
| 41 | - | ||
| 42 | - | ||
| 43 | - | ||
| 44 | - | ||
| 45 | - | ||
| 46 | - | ||
| 47 | - | ||
| 48 | - | ||
| 49 | - | ||
| 50 | + | ||
| 51 | + | ||
| 52 | + | ||
| 53 | + | ||
| 54 | + | ||
| 50 | 55 |  | |
| 51 | - | ||
| 52 | - | ||
| 53 | - | ||
| 54 | - | ||
| 56 | + | ||
| 57 | + | ||
| 58 | + | ||
| 59 | + | ||
| 60 | + | ||
| 61 | + | ||
| 62 | + | ||
| 63 | + | ||
| 64 | + | ||
| 65 | + | ||
| 66 | + | ||
| 67 | + | ||
| 68 | + | ||
| 69 | + | ||
| 70 | + | ||
| 71 | + | ||
| 72 | + | ||
| 73 | + | ||
| 74 | + | ||
| 75 | + | ||
| 76 | + | ||
| 77 | + | ||
| 78 | + | ||
| 79 | + | ||
Lines changed: 30 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 173 | 173 |  | |
| 174 | 174 |  | |
| 175 | 175 |  | |
| 176 | - | ||
| 176 | + | ||
| 177 | 177 |  | |
| 178 | 178 |  | |
| 179 | 179 |  | |
| 180 | 180 |  | |
| 181 | 181 |  | |
| 182 | + | ||
| 183 | + | ||
| 184 | + | ||
| 185 | + | ||
| 186 | + | ||
| 187 | + | ||
| 188 | + | ||
| 189 | + | ||
| 182 | 190 |  | |
| 183 | 191 |  | |
| 184 | 192 |  | |
| 185 | 193 |  | |
| 186 | - | ||
| 194 | + | ||
| 195 | + | ||
| 196 | + | ||
| 187 | 197 |  | |
| 188 | 198 |  | |
| 199 | + | ||
| 200 | + | ||
| 201 | + | ||
| 202 | + | ||
| 203 | + | ||
| 204 | + | ||
| 205 | + | ||
| 206 | + | ||
| 189 | 207 |  | |
| 190 | 208 |  | |
| 209 | + | ||
| 210 | + | ||
| 211 | + | ||
| 191 | 212 |  | |
| 192 | 213 |  | |
| 193 | 214 |  | |
|  | |||
| 199 | 220 |  | |
| 200 | 221 |  | |
| 201 | 222 |  | |
| 202 | - | ||
| 203 | - | ||
| 204 | - | ||
| 223 | + | ||
| 224 | + | ||
| 205 | 225 |  | |
| 206 | 226 |  | |
| 207 | 227 |  | |
|  | |||
| 247 | 267 |  | |
| 248 | 268 |  | |
| 249 | 269 |  | |
| 270 | + | ||
| 271 | + | ||
| 272 | + | ||
| 273 | + | ||
| 250 | 274 |  | |
| 251 | 275 |  | |
| 252 | 276 |  | |
| 253 | - | ||
| 277 | + | ||
| 254 | 278 |  | |
| 255 | 279 |  | |
| 256 | 280 |  | |
|  | |||
0 commit comments