test(01-03): add integration tests for health, OpenAPI, protocol version, forward compat, and TTL
- HealthControllerIT: health returns 200, no protocol header needed, TTL verified - OpenApiIT: api-docs returns OpenAPI spec, swagger UI accessible - ProtocolVersionIT: missing/wrong header returns 400, correct header passes, excluded paths work - ForwardCompatIT: unknown JSON fields do not cause deserialization errors - Fix testcontainers version to 2.0.3 (docker-java 3.7.0 for Docker Desktop 29.x compat) - Fix ClickHouse schema: TTL with toDateTime() cast, non-nullable error columns for tokenbf_v1 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -54,13 +54,7 @@
|
||||
<dependency>
|
||||
<groupId>org.testcontainers</groupId>
|
||||
<artifactId>testcontainers-clickhouse</artifactId>
|
||||
<version>2.0.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.testcontainers</groupId>
|
||||
<artifactId>junit-jupiter</artifactId>
|
||||
<version>2.0.2</version>
|
||||
<version>2.0.3</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user