Abacn commented on PR #30024:
URL: https://github.com/apache/beam/pull/30024#issuecomment-1920157165

   > @Abacn Is the test failing a known issue? It is failing at container 
startup for mysql, but I'm not sure why my PR would affect that.
   
   It's new issue. It's failing since Jan 19th: 
https://github.com/apache/beam/actions/runs/7580901305. The likely cause is new 
version of mysql:latest breaking the test:
   
   ```
   INFO: Creating container for image: mysql:latest
   Jan 19, 2024 7:48:19 AM org.testcontainers.containers.GenericContainer 
tryStart
   INFO: Container mysql:latest is starting: 
424952070b3851f1212a5c750f3d8c06ec591c9b6b4d605c4b2d2458520fa570
   Jan 19, 2024 7:48:20 AM org.testcontainers.containers.JdbcDatabaseContainer 
waitUntilContainerStarted
   INFO: Waiting for database connection to become available at 
jdbc:mysql://localhost:32770/test using query 'SELECT 1'
   Jan 19, 2024 7:50:20 AM org.testcontainers.containers.GenericContainer 
tryStart
   SEVERE: Could not start container
   ...
   2024-01-19 07:48:20+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL 
Server 8.3.0-1.el8 started.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to