Commit Graph

7 Commits

Author SHA1 Message Date
Denis Bilenko a7edd65932 Clean up test.toml 2025-02-12 12:55:16 +01:00
Denis Bilenko dcfdd1c8b0 enchance 2025-02-12 12:55:16 +01:00
Denis Bilenko 260abb7bf2 update 2025-02-12 12:55:16 +01:00
Denis Bilenko 7884bb7e8a fixes 2025-02-12 12:55:15 +01:00
Denis Bilenko 18a641982c fix timestamp regex wrt [TIMESTAMP] +0000 2025-02-12 12:55:15 +01:00
Denis Bilenko c05b780c80 acc: test "deploy" and "validate -o json" in default-sql 2025-02-12 12:55:15 +01:00
Denis Bilenko f267318bb9
Include acceptance tests in integration tests (#2242)
## Changes
- Include acceptance directory in integration tests. Acceptance tests
will not start local server if CLOUD_ENV is set, so they become
integration tests.
- Add dependency for vendor to integration, so that CLI can be build
there.
- Implement LocalOnly option in test.toml to opt out of running
acceptance tests as integration tests. Use it in certain tests that are
difficult or not necessary to fix when run as integration tests.
- Update terraform test to redact timings out.
- Clean up .workspace.current_user from outputs of the tests.

## Tests
Existing tests.
2025-02-03 10:43:25 +00:00