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

tests: remove a leftover 'running' flag #8216

Merged
merged 1 commit into from
Jul 1, 2024
Merged

Conversation

hlinnaka
Copy link
Contributor

@hlinnaka hlinnaka commented Jun 30, 2024

The 'running' boolean was replaced with a semaphore in commit f0e2bb7, but this initialization was missed. Remove it so that if a test tries to access it, you get an error rather than always claiming that the endpoint is not running.

Spotted by Arseny at
#7288 (comment)

@hlinnaka hlinnaka requested review from jcsp and arssher June 30, 2024 22:37
The 'running' boolean was replaced with a semaphore in commit
f0e2bb7, but this initialization was missed. Remove it so that if a
test tries to access it, you get an error rather than always claiming
that the endpoint is not running.

Spotted by Arseny at
#7288 (comment)
@hlinnaka hlinnaka force-pushed the remove-leftover-running-flag branch from bdb75ec to 0bdc3ff Compare June 30, 2024 22:38
Copy link

2940 tests run: 2823 passed, 0 failed, 117 skipped (full report)


Code coverage* (full report)

  • functions: 32.7% (6904 of 21123 functions)
  • lines: 50.1% (54147 of 108144 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
0bdc3ff at 2024-06-30T23:25:27.438Z :recycle:

@hlinnaka hlinnaka merged commit 57535c0 into main Jul 1, 2024
64 checks passed
@hlinnaka hlinnaka deleted the remove-leftover-running-flag branch July 1, 2024 08:23
arssher pushed a commit that referenced this pull request Jul 4, 2024
The 'running' boolean was replaced with a semaphore in commit
f0e2bb7, but this initialization was missed. Remove it so that if a
test tries to access it, you get an error rather than always claiming
that the endpoint is not running.

Spotted by Arseny at
#7288 (comment)
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