GoogleCloudPlatform / spring-cloud-gcp

New home for Spring Cloud GCP development starting with version 2.0.
Apache License 2.0
398 stars 295 forks source link

Spring Boot 3.2.1 or later: Reenable pubsub-stream-sample NativeTests #2456

Open burkedavison opened 6 months ago

burkedavison commented 6 months ago

Investigate after Spring Boot 3.2.1 by reenabling pubsub-stream-sample in the NativeTests: https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/main/.github/workflows/NativeTests.yaml

The following error occurs in the spring-cloud-gcp-pubsub-stream-functional-sample native tests for what appears to be an incompatibility between native images and records:

zhumin8 commented 3 months ago

As of Spring Boot 3.2.3, same error observed. (log). Further investigation needed.