- Notifications
You must be signed in to change notification settings - Fork905
Commit8ca5519
authored
chore(coderd/idpsync): run all tests with postgres (#18149)
Related to#15109.Running postgres tests used to create a new postgres docker containerevery time. I believe the slow down might've been caused by that and wasmisattributed to postgres performance.```coder@main ~/coder ((0e90ac29))> DB=ci gotestsum --packages="./coderd/idpsync" -- -count=1✓ coderd/idpsync (1.471s)DONE 91 tests in 4.766s```1 parentbdf227c commit8ca5519
2 files changed
+0
-13
lines changedLines changed: 0 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 | 72 |
| |
78 | 73 |
| |
79 | 74 |
| |
| |||
379 | 374 |
| |
380 | 375 |
| |
381 | 376 |
| |
382 |
| - | |
383 |
| - | |
384 |
| - | |
385 |
| - | |
386 | 377 |
| |
387 | 378 |
| |
388 | 379 |
| |
|
Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 | 30 |
| |
35 | 31 |
| |
36 | 32 |
| |
|
0 commit comments
Comments
(0)