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

Verify queue length when adding multiple operations #20

Closed
wants to merge 1 commit into from

Conversation

kradalby
Copy link

This PR adds extra assertions to verify the queue length when testing adding multiple operations to the same queue.

On Linux, there seem to be a bug (#19) that does not allow the queue to become longer than one, making everything serial.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 450

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 97.273%

Totals Coverage Status
Change from base Build 424: 0.0%
Covered Lines: 214
Relevant Lines: 220

💛 - Coveralls

@FabrizioBrancati
Copy link
Owner

I don't think that everything will be serial, look at this test (on the develop branch).

I think that the bug on Linux is just on the operationCount property.
Please, try to add that assertions on the develop branch.

@FabrizioBrancati
Copy link
Owner

Needs a test on Swift 5.3

@FabrizioBrancati
Copy link
Owner

I'm taking back this project to update it. Let's see if we still have this bug on Linux 😄

@FabrizioBrancati FabrizioBrancati deleted the branch FabrizioBrancati:master March 25, 2024 16:03
@FabrizioBrancati FabrizioBrancati mentioned this pull request Apr 23, 2024
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.

None yet

3 participants