Skip to content

Comments

test: add recordings for new cp tests#153

Open
v-alexmoraru wants to merge 17 commits intomicrosoft:mainfrom
v-alexmoraru:dev/v-alexmoraru/record-new-tests-cp
Open

test: add recordings for new cp tests#153
v-alexmoraru wants to merge 17 commits intomicrosoft:mainfrom
v-alexmoraru:dev/v-alexmoraru/record-new-tests-cp

Conversation

@v-alexmoraru
Copy link
Member

No description provided.

@v-alexmoraru v-alexmoraru marked this pull request as ready for review February 11, 2026 07:19
@v-alexmoraru v-alexmoraru requested a review from a team as a code owner February 11, 2026 07:19
# Teardown: remove everything we created during the test
for metadata in created_virtual_workspace_items:
if vcr_mode == "none" and metadata.type == VirtualWorkspaceType.CAPACITY:
continue
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please explain this change?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The teardown would otherwise fail for capacities, this was the only workaround I could find

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we want to clean Capacity that was created during the test?
Why the teardown will fail?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants