Retry on Pinot Controller/Broker Rest calls and check data readiness for BasePinotIntegrationConnectorSmokeTest#14304
Conversation
.../trino-pinot/src/test/java/io/trino/plugin/pinot/BasePinotIntegrationConnectorSmokeTest.java
Outdated
Show resolved
Hide resolved
.../trino-pinot/src/test/java/io/trino/plugin/pinot/BasePinotIntegrationConnectorSmokeTest.java
Outdated
Show resolved
Hide resolved
.../trino-pinot/src/test/java/io/trino/plugin/pinot/BasePinotIntegrationConnectorSmokeTest.java
Outdated
Show resolved
Hide resolved
ff80030 to
4841cc4
Compare
|
Seems the stress test passed with 50 tests. If you feel ok, I can remove the commit 2? |
4841cc4 to
cf92424
Compare
.../trino-pinot/src/test/java/io/trino/plugin/pinot/BasePinotIntegrationConnectorSmokeTest.java
Outdated
Show resolved
Hide resolved
.../trino-pinot/src/test/java/io/trino/plugin/pinot/BasePinotIntegrationConnectorSmokeTest.java
Outdated
Show resolved
Hide resolved
2767bfd to
4959061
Compare
b0825b3 to
f91c25e
Compare
f91c25e to
e3985c7
Compare
|
updated and try out more tests |
465ec6d to
956da44
Compare
0fea595 to
4968214
Compare
8d19d74 to
a21df5a
Compare
80b62ed to
81fb9c7
Compare
dc19376 to
d29ed40
Compare
| return doWithRetries(retries, caller, DEFAULT_RETRY_INTERVAL); | ||
| } | ||
|
|
||
| public static <T> T doWithRetries(int retries, Function<Integer, T> caller, int retryInterval) |
There was a problem hiding this comment.
I'm not familiar with this lib. Feel free to modify this PR or point me to the sample usage.
There was a problem hiding this comment.
|
👋 @xiangfu0 - this PR has become inactive. We hope you are still interested in working on it. Please let us know, and we can try to get reviewers to help with that. We're working on closing out old and inactive PRs, so if you're too busy or this has too many merge conflicts to be worth picking back up, we'll be making another pass to close it out in a few weeks. |
|
This pull request has gone a while without any activity. Tagging the Trino developer relations team: @bitsondatadev @colebow @mosabua |
|
the linked issue is fixed. I am closing this PR. Feel free to reopen if anything is still missing and you want to proceed with rebasing and further work. |
Fix #14277.