Re: [PR] Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 [ignite-3]

2025-01-06 Thread via GitHub
sashapolo merged PR #4998: URL: https://github.com/apache/ignite-3/pull/4998 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@i

Re: [I] 【quesition】how to set TTL ,when create table by sql [ignite]

2025-01-06 Thread via GitHub
lichaohao closed issue #11796: 【quesition】how to set TTL ,when create table by sql URL: https://github.com/apache/ignite/issues/11796 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

[PR] Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 [ignite-3]

2025-01-06 Thread via GitHub
dependabot[bot] opened a new pull request, #4998: URL: https://github.com/apache/ignite-3/pull/4998 Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.1 to 3.27.2. Release notes Sourced from https://github.com/assertj/assertj/releases";>org.assertj:asser

Re: [PR] IGNITE-21792 fix ItNodeTest#testFollowerStartStopFollowing flakiness [ignite-3]

2025-01-06 Thread via GitHub
sashapolo commented on PR #4990: URL: https://github.com/apache/ignite-3/pull/4990#issuecomment-2572883162 Thank you, will be looking forward to your future contributions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] IGNITE-21792 fix ItNodeTest#testFollowerStartStopFollowing flakiness [ignite-3]

2025-01-06 Thread via GitHub
sashapolo commented on PR #4990: URL: https://github.com/apache/ignite-3/pull/4990#issuecomment-2572642849 I would like to stress the difference between `waitForCondition` and `assertTimeoutPreemptively` (or `@Timeout` in this case): 1. `waitForCondition` executes the given predicate

Re: [PR] IGNITE-21792 fix ItNodeTest#testFollowerStartStopFollowing flakiness [ignite-3]

2025-01-06 Thread via GitHub
12rcu commented on PR #4990: URL: https://github.com/apache/ignite-3/pull/4990#issuecomment-2572843801 @sashapolo Now I understand you, yes you are absolutely right, it seems I was just lucky not to trigger a failure. I will convert this PR back to a draft and look for a better solution.