-
Type: Build Failure
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Test Coverage
The failure
The error is related to gradle failing / timing out / the daemon crashing when running the test.
Investigation so far
These test are currently failing since the introduction of the Kotlin driver:
Running the previous commit as a patch succeeds.
Probable cause:
Adding the kotlin driver into the gradle build seems to be the suspect.
Failed fixes
- Updating Gradle to 7.6.1
- Updating to Ubuntu 2004
- Running driver-core:compileJava before running the test
- Removing kotlin when running the ECS test (driver-core has a compile time dependency due for the codec registry to bson-kotlin / bson-kotlinx)
- related to
-
JAVA-5207 Update AWS Auth test host and ECS Task
- Blocked