Commit 3ade6d9
committed
ci(sea): inject E2E_* vars so tests/e2e/sea actually runs (config.ts process.exit fix)
The tests/e2e/sea suite reads creds from two sources: most tests read
DATABRICKS_PECOTESTING_* directly (already injected), but e2e-smoke.test.ts
imports tests/e2e/utils/config.ts, which process.exit(1)s at module load if any
E2E_* var is unset — aborting the whole mocha run before it starts. Mirror
main.yml's e2e-test job mapping (E2E_HOST/PATH/ACCESS_TOKEN + CATALOG/SCHEMA/
VOLUME/TABLE_SUFFIX) so the suite loads and runs.
Co-authored-by: Isaac
Signed-off-by: Madhavendra Rathore <madhavendra.rathore@databricks.com>1 parent 11b6c66 commit 3ade6d9
1 file changed
Lines changed: 16 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
186 | | - | |
187 | | - | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
188 | 189 | | |
189 | 190 | | |
190 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
191 | 204 | | |
192 | 205 | | |
193 | 206 | | |
| |||
0 commit comments