Add tests for write-path error handling and packaging bugs #123
ci.yml
on: pull_request
Version consistency check
4s
Format check
15s
Protocol tests
24s
Integration tests (InfluxDB 3 Core)
25s
Integration tests (InfluxDB Cloud Serverless)
18s
Annotations
3 errors
|
Format check
Process completed with exit code 1.
|
|
Integration tests (InfluxDB Cloud Serverless)
Process completed with exit code 1.
|
|
tests/query-error-integration.test.ts > error path integration tests (live Core) > execute_query on nonexistent database surfaces real error:
tests/query-error-integration.test.ts#L42
AssertionError: expected 'Error: Query failed: bucket "nonexist…' to match /database not found/i
- Expected:
/database not found/i
+ Received:
"Error: Query failed: bucket \"nonexistent_db_xyz\" not found"
❯ tests/query-error-integration.test.ts:42:18
|