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

Introducing JCStress tests for concurrent queues #3069

Merged
merged 1 commit into from
Jun 10, 2022

Conversation

chemicL
Copy link
Member

@chemicL chemicL commented Jun 8, 2022

Concurrent queues from reactor.util.concurrent package are now
exercised against the contractual obligations in their respective
scenarios (multiple-producer-single-consumer and
single-producer-single-consumer).

@pivotal-cla
Copy link

@chemicL Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@chemicL chemicL closed this Jun 9, 2022
@chemicL chemicL reopened this Jun 9, 2022
@chemicL chemicL closed this Jun 9, 2022
@pivotal-cla
Copy link

@chemicL Thank you for signing the Contributor License Agreement!

@chemicL chemicL reopened this Jun 9, 2022
@chemicL chemicL force-pushed the queues-jcstress-tests branch 4 times, most recently from 4f82e31 to 7e283d8 Compare June 9, 2022 13:44
@chemicL chemicL marked this pull request as ready for review June 9, 2022 14:36
@chemicL chemicL requested a review from a team as a code owner June 9, 2022 14:36
@chemicL chemicL self-assigned this Jun 9, 2022
@chemicL chemicL changed the title Queues jcstress tests Introducing JCStress tests for concurrent queues Jun 9, 2022
@simonbasle simonbasle added this to the 3.5.0-M3 milestone Jun 9, 2022
@simonbasle simonbasle added the type/chores A task not related to code (build, formatting, process, ...) label Jun 9, 2022
Copy link
Member

@simonbasle simonbasle left a comment

Choose a reason for hiding this comment

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

looks good to me, with a nitpick on formatting (rest of the code, or at least the recent parts, use tabs instead of spaces)

@chemicL
Copy link
Member Author

chemicL commented Jun 10, 2022

looks good to me, with a nitpick on formatting (rest of the code, or at least the recent parts, use tabs instead of spaces)

Thanks. I applied the idea code_style.xml and improved the formatting.

@simonbasle simonbasle modified the milestones: 3.5.0-M3, 3.4.19 Jun 10, 2022
@simonbasle simonbasle changed the base branch from main to 3.4.x June 10, 2022 12:56
Concurrent queues from `reactor.util.concurrent` package are now
exercised against the contractual obligations in their respective
scenarios (multiple-producer-single-consumer and
single-producer-single-consumer).
@simonbasle simonbasle merged commit 812b471 into 3.4.x Jun 10, 2022
@reactorbot
Copy link

@simonbasle this PR seems to have been merged on a maintenance branch, please ensure the change is merge-forwarded to intermediate maintenance branches and up to main 🙇

@simonbasle simonbasle deleted the queues-jcstress-tests branch June 10, 2022 13:03
simonbasle added a commit that referenced this pull request Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/chores A task not related to code (build, formatting, process, ...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants