mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-01 19:15:59 +01:00
Compare commits
2 Commits
c8a4798f86
...
a5a997eb40
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a5a997eb40 | ||
|
|
b4220aab68 |
@@ -1,4 +1,4 @@
|
|||||||
version = "3.9.10"
|
version = "3.10.0"
|
||||||
project.git = true
|
project.git = true
|
||||||
|
|
||||||
maxColumn = 120
|
maxColumn = 120
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ class GitBucketCoreModuleSpec extends AnyFunSuite {
|
|||||||
|
|
||||||
implicit private val suiteDescription: Description = Description.createSuiteDescription(getClass)
|
implicit private val suiteDescription: Description = Description.createSuiteDescription(getClass)
|
||||||
|
|
||||||
Seq("8.0", "5.7").foreach { tag =>
|
Seq("8.4", "5.7").foreach { tag =>
|
||||||
test(s"Migration MySQL $tag", ExternalDBTest) {
|
test(s"Migration MySQL $tag", ExternalDBTest) {
|
||||||
val container = new MySQLContainer() {
|
val container = new MySQLContainer() {
|
||||||
override val container: org.testcontainers.containers.MySQLContainer[?] =
|
override val container: org.testcontainers.containers.MySQLContainer[?] =
|
||||||
@@ -34,8 +34,6 @@ class GitBucketCoreModuleSpec extends AnyFunSuite {
|
|||||||
override def getDriverClassName = "org.mariadb.jdbc.Driver"
|
override def getDriverClassName = "org.mariadb.jdbc.Driver"
|
||||||
override def getJdbcUrl: String = super.getJdbcUrl + "?permitMysqlScheme"
|
override def getJdbcUrl: String = super.getJdbcUrl + "?permitMysqlScheme"
|
||||||
}
|
}
|
||||||
// TODO https://jira.mariadb.org/browse/CONJ-663
|
|
||||||
container.withCommand("mysqld --default-authentication-plugin=mysql_native_password")
|
|
||||||
}
|
}
|
||||||
container.start()
|
container.start()
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user