Commit e92ef7b
authored
Prevent parallel test failures in request_spec (#3505)
I've seen test failures for the 'VCAP::Request.user_guid' context that
seem to be caused by parallel test execution. Thus the tests have been
changed to mimic those in the 'VCAP::Request.current_id' context, i.e.
the 'Steno.config.context' is mocked.1 parent eee0ead commit e92ef7b
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
116 | 121 | | |
117 | 122 | | |
118 | 123 | | |
119 | 124 | | |
120 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
121 | 132 | | |
122 | 133 | | |
123 | 134 | | |
| |||
0 commit comments