Skip to content

[Java][CI] Flight related failure in the AMD64 Windows Server 2022 Java JDK 11 CI  #43869

@vibhatha

Description

@vibhatha

Describe the bug, including details regarding any error messages, version, and platform.

There has been the following CI failure that occurred continuously.

Error:  Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.028 s <<< FAILURE! -- in org.apache.arrow.flight.sql.test.TestFlightSqlStateless
Error:  org.apache.arrow.flight.sql.test.TestFlightSqlStateless -- Time elapsed: 0.028 s <<< ERROR!
java.lang.IllegalStateException: Failed to clear Derby database!
	at org.apache.arrow.util.Preconditions.checkState(Preconditions.java:422)
	at org.apache.arrow.flight.sql.example.FlightSqlExample.<init>(FlightSqlExample.java:187)
	at org.apache.arrow.flight.sql.test.TestFlightSql.setUpClientServer(TestFlightSql.java:109)
	at org.apache.arrow.flight.sql.test.TestFlightSql.setUp(TestFlightSql.java:101)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)

This is related to mishandled state in clearing the Derby databse.

Component(s)

Integration, Java

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions