chore(azure-ai-ml): remove stale live_test_only markers, re-enable e2e tests in playback CI#48230
Draft
Chakradhar886 with Copilot wants to merge 1 commit into
Draft
chore(azure-ai-ml): remove stale live_test_only markers, re-enable e2e tests in playback CI#48230Chakradhar886 with Copilot wants to merge 1 commit into
Chakradhar886 with Copilot wants to merge 1 commit into
Conversation
Co-authored-by: Chakradhar886 <259224138+Chakradhar886@users.noreply.github.com>
Copilot
AI
changed the title
chore(azure-ai-ml): remove stale live_test_only markers from e2e tests
chore(azure-ai-ml): remove stale live_test_only markers, re-enable e2e tests in playback CI
Jul 23, 2026
Copilot created this pull request from a session on behalf of
Chakradhar886
July 23, 2026 12:33
View session
|
Azure Pipelines: Successfully started running 1 pipeline(s). 9 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CLI v2.44.0 introduced a serialization regression (
SdkJSONEncodercouldn't serialize the legacy msrestDatastoremodel) that went undetected in CI because the affected datastore e2e tests were already gated behind@pytest.mark.live_test_only. The hotfix shipped in v2.44.1; the markers are now stale.Changes
@pytest.mark.live_test_only("Needs re-recording…")markers across 5 test files so these tests participate in playback CI again:tests/datastore/e2etests/test_datastore.py— 4 tests (test_blob_store,test_blob_store_credential_less,test_file_store,test_credential_less_adls_gen2_store)tests/connection/e2etests/test_connections.py— 3 teststests/environment/e2etests/test_environment.py— 2 teststests/component/e2etests/test_component.py— 1 testtests/internal/e2etests/test_pipeline_job.py— 1 testRequired follow-up
New cassette recordings must be pushed to
azure-sdk-assets(run withAZURE_TEST_RUN_LIVE=trueand updateassets.jsontag) before playback CI passes for these tests.