Commit Graph

5 Commits

Author SHA1 Message Date
Anton Nekipelov 4f6649ffd7 (ci/cd debug) prepend experiment name with an extra slash to avoid replacements in windows environments 2025-03-11 17:25:57 +01:00
Anton Nekipelov 35d4a70739 (ci/cd debug) wrap bash variable into quotes to avoid replacements in windows environments 2025-03-11 17:04:04 +01:00
Anton Nekipelov 333a7cf1ea convert TestBindExperimentToExistingExperiment to an acceptance (cloud-only) test 2025-03-11 15:43:15 +01:00
Anton Nekipelov e2a5953568
Make bind/schema acceptance test run locally (#2463)
## Changes
<!-- Brief summary of your changes that is easy to understand -->
1. Change the cloud acceptance test for `bind/schema` to run locally
2. Add debug lines to the mock server
3. Change `fake_workspace` to create directories for imported files

## Why
<!-- Why are these changes needed? Provide the context that the reviewer
might be missing.
For example, were there any decisions behind the change that are not
reflected in the code itself? -->
1. Local version of the test run can indicate breaking changes faster
than the cloud version and it can be run locally without any predefined
environment variables

## Tests
<!-- How have you tested the changes? -->
1. Ran both acloud and local versions of test, both succeeded

<!-- If your PR needs to be included in the release notes for next
release,
add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
2025-03-11 12:25:32 +00:00
Anton Nekipelov 0225c77b68
Add acceptance test for binding/unbinding schemas (#2441)
## Changes
<!-- Brief summary of your changes that is easy to understand -->
1. Created a new acceptance test for binding an existing schema to a
bundle
2. Added a feature flag support for acceptance test runner

## Why
<!-- Why are these changes needed? Provide the context that the reviewer
might be missing.
For example, were there any decisions behind the change that are not
reflected in the code itself? -->
1. The test is more simple than an existing integration test for bind
2. The test only can run in environments where Unity Catalog is enabled

## Tests
<!-- How have you tested the changes? -->
New test is passing in CI/CD

## Changelog
NO_CHANGELOG=true
2025-03-07 16:41:25 +00:00