Skip to content

7903750: TimeBudget (-tb) does not fulfill its promisses#161

Open
judovana wants to merge 11 commits intoopenjdk:masterfrom
judovana:betterTimeBudgetWarning
Open

7903750: TimeBudget (-tb) does not fulfill its promisses#161
judovana wants to merge 11 commits intoopenjdk:masterfrom
judovana:betterTimeBudgetWarning

Conversation

@judovana
Copy link
Copy Markdown

@judovana judovana commented Mar 5, 2025

Added warning, when time budget is to small, and final run will run at least two times longer.


Progress

  • Change must not contain extraneous whitespace
  • Change must be properly reviewed (1 review required, with at least 1 Committer)

Issue

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jcstress.git pull/161/head:pull/161
$ git checkout pull/161

Update a local copy of the PR:
$ git checkout pull/161
$ git pull https://git.openjdk.org/jcstress.git pull/161/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 161

View PR using the GUI difftool:
$ git pr show -t 161

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jcstress/pull/161.diff

Using Webrev

Link to Webrev Comment

@bridgekeeper
Copy link
Copy Markdown

bridgekeeper bot commented Mar 5, 2025

👋 Welcome back jvanek! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk
Copy link
Copy Markdown

openjdk bot commented Mar 5, 2025

❗ This change is not yet ready to be integrated.
See the Progress checklist in the description for automated requirements.

@openjdk openjdk bot changed the title 7903750: TimeBudget (-tb) does not fulfill its promisses 7903750: TimeBudget (-tb) does not fulfill its promisses Mar 5, 2025
@openjdk openjdk bot added the rfr Pull request is ready for review label Mar 5, 2025
@mlbridge
Copy link
Copy Markdown

mlbridge bot commented Mar 5, 2025

Comment thread jcstress-core/src/main/java/org/openjdk/jcstress/JCStress.java Outdated
Comment thread jcstress-core/src/main/java/org/openjdk/jcstress/TimeBudget.java Outdated
Comment thread jcstress-core/src/main/java/org/openjdk/jcstress/TimeBudget.java Outdated
Comment thread jcstress-core/src/main/java/org/openjdk/jcstress/TimeBudget.java Outdated
Comment thread jcstress-core/src/main/java/org/openjdk/jcstress/infra/grading/ReportUtils.java Outdated
@judovana
Copy link
Copy Markdown
Author

judovana commented Mar 21, 2025

hi @galderz ! TYVM for eyeball! I had adjusted to all of your comments, and left few question marks. Hope that is ok. thank you again! (If I missed any, it was not intentional)

Copy link
Copy Markdown

@galderz galderz left a comment

Choose a reason for hiding this comment

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

Just a small comment

Comment thread jcstress-core/src/main/java/org/openjdk/jcstress/JCStress.java Outdated
Comment thread jcstress-core/src/main/java/org/openjdk/jcstress/JCStress.java Outdated
@galderz
Copy link
Copy Markdown

galderz commented Mar 28, 2025

All good now, thanks @judovana! @shipilev can you give it a final review?

@judovana
Copy link
Copy Markdown
Author

tyvm!

@bridgekeeper
Copy link
Copy Markdown

bridgekeeper bot commented Apr 25, 2025

@judovana This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration!

@judovana
Copy link
Copy Markdown
Author

loosing faith

@judovana
Copy link
Copy Markdown
Author

Loosing the faith...

@judovana
Copy link
Copy Markdown
Author

../live..

@bridgekeeper
Copy link
Copy Markdown

bridgekeeper bot commented Jun 18, 2025

@judovana This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a /touch or /keepalive command to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration!

@judovana
Copy link
Copy Markdown
Author

Faith restored!

@shipilev
Copy link
Copy Markdown
Member

Please pull/rebase to current master :)

@judovana judovana force-pushed the betterTimeBudgetWarning branch from 7b68f54 to cbedff7 Compare June 23, 2025 08:18
@openjdk
Copy link
Copy Markdown

openjdk bot commented Jun 23, 2025

@judovana Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information.

@judovana
Copy link
Copy Markdown
Author

hi! All my PRs rebased.

@judovana
Copy link
Copy Markdown
Author

faith restored

@bridgekeeper
Copy link
Copy Markdown

bridgekeeper bot commented Aug 13, 2025

@judovana This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a /touch or /keepalive command to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration!

@judovana
Copy link
Copy Markdown
Author

Is there hope?

@bridgekeeper
Copy link
Copy Markdown

bridgekeeper bot commented Sep 12, 2025

@judovana This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a /touch or /keepalive command to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration!

@judovana
Copy link
Copy Markdown
Author

Loosing the faith...

@bridgekeeper
Copy link
Copy Markdown

bridgekeeper bot commented Oct 10, 2025

@judovana This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a /touch or /keepalive command to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration!

@bridgekeeper
Copy link
Copy Markdown

bridgekeeper bot commented Nov 8, 2025

@judovana This pull request has been inactive for more than 8 weeks and will now be automatically closed. If you would like to continue working on this pull request in the future, feel free to reopen it! This can be done using the /open pull request command.

@bridgekeeper bridgekeeper bot closed this Nov 8, 2025
@judovana
Copy link
Copy Markdown
Author

judovana commented Nov 8, 2025

/open

@openjdk openjdk bot reopened this Nov 8, 2025
@openjdk
Copy link
Copy Markdown

openjdk bot commented Nov 8, 2025

@judovana This pull request is now open

@judovana
Copy link
Copy Markdown
Author

keep_alive

@bridgekeeper
Copy link
Copy Markdown

bridgekeeper bot commented Dec 10, 2025

@judovana This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a /touch or /keepalive command to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration!

@judovana
Copy link
Copy Markdown
Author

Need for this still valid

@judovana
Copy link
Copy Markdown
Author

judovana commented Jan 8, 2026

keep alive

@bridgekeeper
Copy link
Copy Markdown

bridgekeeper bot commented Feb 5, 2026

@judovana This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a /touch or /keepalive command to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration!

@judovana
Copy link
Copy Markdown
Author

judovana commented Feb 6, 2026

Once upon a midnight dreary, while I pondered, weak and weary,
Over many a quaint and curious volume of forgotten lore—
    While I nodded, nearly napping, suddenly there came a tapping,
As of some one gently rapping, rapping at my chamber door.
“’Tis some visitor,” I muttered, “tapping at my chamber door—
            Only this and nothing more.”

@bridgekeeper
Copy link
Copy Markdown

bridgekeeper bot commented Mar 6, 2026

@judovana This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a /touch or /keepalive command to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration!

@judovana
Copy link
Copy Markdown
Author

      Ah, distinctly I remember it was in the bleak December,
And each separate dying ember wrought its ghost upon the floor.
   Eagerly I wished the morrow;- vainly I had sought to borrow
From my books surcease of sorrow- sorrow for the lost Lenore-
For the rare and radiant maiden whom the angels name Lenore-
                 Nameless here for evermore. 

@bridgekeeper
Copy link
Copy Markdown

bridgekeeper bot commented Apr 13, 2026

@judovana This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a /touch or /keepalive command to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rfr Pull request is ready for review

Development

Successfully merging this pull request may close these issues.

3 participants