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

fix(h2): remove indenting in sql file #7306

Merged
merged 1 commit into from
Feb 11, 2025
Merged

Conversation

Skraye
Copy link
Member

@Skraye Skraye commented Feb 11, 2025

No description provided.

Copy link

codecov bot commented Feb 11, 2025

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
1952 2 1950 7
View the top 2 failed test(s) by shortest run time
io.kestra.plugin.core.http.RequestRunnerTest request(Execution)
Stack Traces | 0.003s run time
org.junit.jupiter.api.extension.ParameterResolutionException: Failed to resolve parameter [io.kestra.core.models.executions.Execution execution] in method [void io.kestra.plugin.core.http.RequestRunnerTest.request(io.kestra.core.models.executions.Execution)]: Unable to load flow: sanity-checks/request.yaml
	at java.base@21.0.6/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base@21.0.6/java.util.ArrayList.forEach(ArrayList.java:1596)
	Suppressed: java.lang.IllegalArgumentException: Unable to load flow: sanity-checks/request.yaml
		at io.kestra.core.junit.extensions.ExtensionUtils.loadFile(ExtensionUtils.java:12)
		at io.kestra.core.junit.extensions.FlowExecutorExtension.afterEach(FlowExecutorExtension.java:71)
		... 2 more
Caused by: java.lang.IllegalArgumentException: Unable to load flow: sanity-checks/request.yaml
	at io.kestra.core.junit.extensions.FlowExecutorExtension.resolveParameter(FlowExecutorExtension.java:55)
	... 2 more
io.kestra.core.runners.pebble.functions.KvFunctionTest getKeyNotFound()
Stack Traces | 1.08s 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.core.runners.pebble.functions.KvFunctionTest.getKeyNotFound(KvFunctionTest.java:68)
	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.

@Skraye Skraye merged commit 7b9efa0 into develop Feb 11, 2025
5 of 6 checks passed
@Skraye Skraye deleted the fix/revert-line-indent branch February 11, 2025 12:52
Skraye added a commit that referenced this pull request Feb 11, 2025
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