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(shared): jolokia instance is created every time getJolokia() is invoked #616

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

tadayosi
Copy link
Member

Basically, lazy-init methods that return Promise should not use async/await as otherwise we would be screwed up with subtle concurrency issues.

…nvoked

Basically, lazy-init methods that return Promise should not use async/await as otherwise we would be
screwed up with subtle concurrency issues.
@tadayosi
Copy link
Member Author

cc @phantomjinx

@github-actions
Copy link

Test Results

    8 files  ±0      8 suites  ±0   57m 35s ⏱️ - 2m 25s
  59 tests ±0    58 ✔️ ±0  1 💤 ±0  0 ±0 
468 runs  ±0  460 ✔️ ±0  8 💤 ±0  0 ±0 

Results for commit 406b4e5. ± Comparison against base commit ebad82b.

@hawtio-ci
Copy link

hawtio-ci bot commented Oct 18, 2023

Test results

Run attempt: 626
Detailed summary

NAME TESTS PASSED ✅ SKIPPED 💤 FAILED ❌ ERRORS 🚫 TIME 🕖
results-quarkus-node(16)-java(11)-firefox 59 58 1 0 0 411.567
results-quarkus-node(16)-java(17)-firefox 59 58 1 0 0 375.798
results-quarkus-node(18)-java(11)-firefox 59 58 1 0 0 488.954
results-quarkus-node(18)-java(17)-firefox 59 58 1 0 0 420.22
results-springboot-node(16)-java(11)-firefox 58 57 1 0 0 433.053
results-springboot-node(16)-java(17)-firefox 58 57 1 0 0 505.773
results-springboot-node(18)-java(11)-firefox 58 57 1 0 0 400.6
results-springboot-node(18)-java(17)-firefox 58 57 1 0 0 420.002

@tadayosi tadayosi merged commit f77048f into hawtio:main Oct 18, 2023
13 checks passed
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.

1 participant