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

fix: Correct shard count verification. #34745

Merged
merged 1 commit into from
May 9, 2024
Merged

Conversation

feanil
Copy link
Contributor

@feanil feanil commented May 9, 2024

The test count was off because without warnings disabled, it was also
counting warning lines as tests.

The head -n -2 grabs everything but the last two lines which contain a
count (not sure why this isn't used). If you run without
--disable-warnings this will include any warnings that occur during
test collection which we don't want in this case.

The test count was off because without warnings disabled, it was also
counting warning lines as tests.

The `head -n -2` grabs everything but the last two lines which contain a
count (not sure why this isn't used).  If you run without
`--disable-warnings` this will include any warnings that occur during
test collection which we don't want in this case.
@feanil feanil requested review from UsamaSadiq and iamsobanjaved May 9, 2024 03:03
@feanil feanil merged commit 0d13468 into master May 9, 2024
80 checks passed
@feanil feanil deleted the feanil/fix_count_tooling branch May 9, 2024 12:02
@edx-pipeline-bot
Copy link
Contributor

2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production.

@edx-pipeline-bot
Copy link
Contributor

2U Release Notice: This PR has been deployed to the edX production environment.

1 similar comment
@edx-pipeline-bot
Copy link
Contributor

2U Release Notice: This PR has been deployed to the edX production environment.

@edx-pipeline-bot
Copy link
Contributor

2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production.

@edx-pipeline-bot
Copy link
Contributor

2U Release Notice: This PR has been deployed to the edX production environment.

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.

3 participants