Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run connected store tests in separate job with fresh docker-compose #3356

Merged
merged 2 commits into from
Feb 8, 2024

Conversation

esmadau
Copy link
Contributor

@esmadau esmadau commented Feb 8, 2024

Description

Today, we run all e2e tests for both connected store and internal store within same docker-compose run and this sometimes causes space issues. Instead, we will run connected store tests in separate job with fresh docker-compose.

Related issues

Unblocks [AB#105723].

@esmadau esmadau marked this pull request as ready for review February 8, 2024 18:58
@esmadau esmadau requested a review from a team as a code owner February 8, 2024 18:58
@esmadau esmadau enabled auto-merge (squash) February 8, 2024 19:00
- script: docker-compose -p healthcare -f docker-compose.yml -f docker-compose.features.yml rm -s -f
displayName: 'Stop docker-compose'
workingDirectory: 'docker'
condition: always()
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: leave extra space at the end

- script: docker-compose -p healthcare -f docker-compose.yml rm -s -f
displayName: 'Stop docker-compose'
workingDirectory: 'docker'
condition: always()
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: leave extra space at the end

testResultsFiles: '*.trx'
searchFolder: '$(Agent.TempDirectory)/TestResults'
testRunTitle: 'E2E Connected Store Tests'
buildConfiguration: '$(buildConfiguration)'
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: leave extra space at the end

testResultsFiles: '*.trx'
searchFolder: '$(Agent.TempDirectory)/TestResults'
testRunTitle: 'Partitioned Connected Store E2E Tests'
buildConfiguration: '$(buildConfiguration)'
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: leave extra space at the end

@esmadau esmadau merged commit 25dc7a6 into main Feb 8, 2024
17 checks passed
@esmadau esmadau deleted the users/esmadau/fixppls branch February 8, 2024 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants