#3833·floci

[FLAKY] S3InternalErrorIntegrationTest

Author: exoegoCreated Sep 17, 2026Updated Sep 17, 2026

Fails on unrelated PR for DynamoDB

https://github.com/floci-io/floci/actions/runs/35281684464/job/105404832718?pr=3798#step:8:16127

[ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.509 s <<< FAILURE! -- in io.github.hectorvent.floci.services.s3.S3InternalErrorIntegrationTest
[ERROR] io.github.hectorvent.floci.services.s3.S3InternalErrorIntegrationTest.unhandledThrowableRendersInternalErrorXml -- Time elapsed: 0.017 s <<< FAILURE!
java.lang.AssertionError: 
1 expectation failed.
Expected status code <500> but was <200>.

	at org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache(IndyInterface.java:344)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:516)
	at io.restassured.internal.ResponseSpecificationImpl.validateResponseIfRequired(ResponseSpecificationImpl.groovy:714)
	at io.restassured.internal.ResponseSpecificationImpl.statusCode(ResponseSpecificationImpl.groovy:139)
	at io.restassured.internal.ResponseSpecificationImpl.statusCode(ResponseSpecificationImpl.groovy:147)
	at io.restassured.internal.ValidatableResponseOptionsImpl.statusCode(ValidatableResponseOptionsImpl.java:89)
	at io.github.hectorvent.floci.services.s3.S3InternalErrorIntegrationTest.unhandledThrowableRendersInternalErrorXml(S3InternalErrorIntegrationTest.java:34)