-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Backport 2.x] [rule based autotagging] add attribute value store #17441
base: 2.x
Are you sure you want to change the base?
Conversation
* [rule based autotagging] add attribute value store Signed-off-by: Kaushal Kumar <[email protected]> * add CHANGELOG entry Signed-off-by: Kaushal Kumar <[email protected]> * make the store interface generic Signed-off-by: Kaushal Kumar <[email protected]> * run spotless apply Signed-off-by: Kaushal Kumar <[email protected]> * add missing javadoc Signed-off-by: Kaushal Kumar <[email protected]> * improve javadoc for attribute value store Signed-off-by: Kaushal Kumar <[email protected]> * improve binary search bisecting expression Signed-off-by: Kaushal Kumar <[email protected]> * add licenses directory Signed-off-by: Kaushal Kumar <[email protected]> --------- Signed-off-by: Kaushal Kumar <[email protected]> (cherry picked from commit 4648c3f) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
❌ Gradle check result for 3312432: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 3312432: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 3312432: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Cardinality tests seems to be failing consistently:
|
I see that the following PRs are also failing due to same test suite
There might be some other underlying reason for failures. |
@kaushalmahi12 Could it be because #17380 is not in 2.19? I am seeing this error:
|
Backport 4648c3f from #17342.