GoogleCloudPlatform / GoogleCloudPlatform/spring-cloud-gcp

flaky test(sql-mysql-sample): SqlMysqlSampleApplicationIntegrationTests.testSqlRowsAccess

Open
#3,906 0 comments 0 reactions 0 assignees View on GitHub
priority: p3 type: process
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.