GoogleCloudPlatform / GoogleCloudPlatform/spring-cloud-gcp
flaky test(sql-mysql-sample): SqlMysqlSampleApplicationIntegrationTests.testSqlRowsAccess
- Dominant language
- Java
- Stars
- 551
- Forks
- 349
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 14
Description
Test failed at startup with IllegalState,
```
Caused by: java.sql.SQLSyntaxErrorException: Table 'code_samples_test_db.users' doesn't exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:112)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:114)
at com.mysql.cj.jdbc.StatementImpl.executeInternal(StatementImpl.java:837)
at com.mysql.cj.jdbc.StatementImpl.execute(StatementImpl.java:685)
at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
at org.springframework.jdbc.datasource.init.ScriptUtils.executeSqlScript(ScriptUtils.java:261)
```
full log [here](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/actions/runs/15935307683/job/44953697322?pr=3902)
Contributor guide
Assessment
This issue has not been assessed yet.