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

Labels multiselect: #7544

Merged
merged 1 commit into from
Feb 25, 2025
Merged

Labels multiselect: #7544

merged 1 commit into from
Feb 25, 2025

Conversation

aeSouid
Copy link
Contributor

@aeSouid aeSouid commented Feb 25, 2025

No description provided.

Copy link

codecov bot commented Feb 25, 2025

❌ 3 Tests Failed:

Tests completed Failed Passed Skipped
1644 3 1641 7
View the top 3 failed test(s) by shortest run time
io.kestra.repository.postgres.PostgresExecutionRepositoryTest find()
Stack Traces | 0.649s run time
java.lang.AssertionError: 
Expected: is <1L>
     but: was <0L>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
	at io.kestra.core.repositories.AbstractExecutionRepositoryTest.find(AbstractExecutionRepositoryTest.java:188)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at io.micronaut.test.extensions.junit5.MicronautJunit5Extension$2.proceed(MicronautJunit5Extension.java:142)
	at io.micronaut.test.extensions.AbstractMicronautExtension.interceptEach(AbstractMicronautExtension.java:162)
	at io.micronaut.test.extensions.AbstractMicronautExtension.interceptTest(AbstractMicronautExtension.java:119)
	at io.micronaut.test.extensions.junit5.MicronautJunit5Extension.interceptTestMethod(MicronautJunit5Extension.java:129)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
io.kestra.repository.h2.H2ExecutionRepositoryTest find()
Stack Traces | 0.873s run time
java.lang.AssertionError: 
Expected: is <1L>
     but: was <0L>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
	at io.kestra.core.repositories.AbstractExecutionRepositoryTest.find(AbstractExecutionRepositoryTest.java:188)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at io.micronaut.test.extensions.junit5.MicronautJunit5Extension$2.proceed(MicronautJunit5Extension.java:142)
	at io.micronaut.test.extensions.AbstractMicronautExtension.interceptEach(AbstractMicronautExtension.java:162)
	at io.micronaut.test.extensions.AbstractMicronautExtension.interceptTest(AbstractMicronautExtension.java:119)
	at io.micronaut.test.extensions.junit5.MicronautJunit5Extension.interceptTestMethod(MicronautJunit5Extension.java:129)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
io.kestra.repository.mysql.MysqlExecutionRepositoryTest find()
Stack Traces | 0.948s run time
java.lang.AssertionError: 
Expected: is <1L>
     but: was <0L>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
	at io.kestra.core.repositories.AbstractExecutionRepositoryTest.find(AbstractExecutionRepositoryTest.java:188)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at io.micronaut.test.extensions.junit5.MicronautJunit5Extension$2.proceed(MicronautJunit5Extension.java:142)
	at io.micronaut.test.extensions.AbstractMicronautExtension.interceptEach(AbstractMicronautExtension.java:162)
	at io.micronaut.test.extensions.AbstractMicronautExtension.interceptTest(AbstractMicronautExtension.java:119)
	at io.micronaut.test.extensions.junit5.MicronautJunit5Extension.interceptTestMethod(MicronautJunit5Extension.java:129)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

combine the labels filter by operation to handle musliselect when building the query

Labels multiselect:
Add one test case in execution repository

code clean up

code clean up

Change the operation queryfor labels in execution repository

Change the operation queryfor labels in execution repository
@aeSouid aeSouid force-pushed the feat/multiple-labels-search branch from eeefdca to 231de07 Compare February 25, 2025 15:25
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
78.5% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

@aeSouid aeSouid merged commit 2bb5ac6 into develop Feb 25, 2025
9 of 13 checks passed
@aeSouid aeSouid deleted the feat/multiple-labels-search branch February 25, 2025 15:50
@aeSouid aeSouid linked an issue Feb 25, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Filter by multiple labels
1 participant