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

feat(core, jdbc): use an elastic thread pool #7383

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

loicmathieu
Copy link
Member

To avoid using too many threads when it's not needed.

To avoid using too many threads when it's not needed.
Copy link

codecov bot commented Feb 13, 2025

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
1638 1 1637 8
View the top 1 failed test(s) by shortest run time
io.kestra.runner.h2.H2ServiceLivenessCoordinatorTest taskResubmitSkipExecution()
Stack Traces | 2.05s run time
java.lang.AssertionError: 
Expected: is <true>
     but: was <false>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
	at io.kestra.jdbc.runner.JdbcServiceLivenessCoordinatorTest.taskResubmitSkipExecution(JdbcServiceLivenessCoordinatorTest.java:161)
	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.

@loicmathieu loicmathieu merged commit f8a6e3f into develop Feb 14, 2025
5 of 6 checks passed
@loicmathieu loicmathieu deleted the feat/elastic-thread-pool branch February 14, 2025 08:19
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.

1 participant