Commit 6be8799
committed
integration: post-merge fix — update execution.test.ts assertions
Two assertions in tests/unit/sea/execution.test.ts were specific to
the pre-merge SeaBackend / SeaOperationBackend stubs:
1. connect() missing-token rejection now flows through
SeaAuth.buildSeaConnectionOptions which throws AuthenticationError
(still a HiveDriverError subclass) with message "non-empty PAT".
Updated the regex match accordingly.
2. fetchChunk() is no longer a stub — the merged
SeaOperationBackend uses the sea-results pipeline
(SeaResultsProvider + ArrowResultConverter + ResultSlicer). The
"throws M1-deferred error owned by sea-results" test is now
incorrect by design; removed it with a pointer comment to the
real coverage in SeaOperationBackend.test.ts and
results-e2e.test.ts.
891/891 unit tests passing post-merge.
Signed-off-by: Madhavendra Rathore <madhavendra.rathore@databricks.com>1 parent 0a1c02d commit 6be8799
1 file changed
Lines changed: 9 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
175 | 178 | | |
176 | 179 | | |
177 | 180 | | |
| |||
448 | 451 | | |
449 | 452 | | |
450 | 453 | | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
462 | 459 | | |
0 commit comments