mirror of
				https://github.com/TheAnachronism/docspell.git
				synced 2025-11-04 12:30:12 +00:00 
			
		
		
		
	@@ -21,7 +21,7 @@ class MariaDbMigrateTest extends FunSuite with TestContainerForAll {
 | 
				
			|||||||
  override val containerDef: MariaDBContainer.Def =
 | 
					  override val containerDef: MariaDBContainer.Def =
 | 
				
			||||||
    MariaDBContainer.Def(DockerImageName.parse("mariadb:10.5"))
 | 
					    MariaDBContainer.Def(DockerImageName.parse("mariadb:10.5"))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  test("mariadb empty schema migration".ignore) {
 | 
					  test("mariadb empty schema migration") {
 | 
				
			||||||
    assume(Docker.existsUnsafe, "docker doesn't exist!")
 | 
					    assume(Docker.existsUnsafe, "docker doesn't exist!")
 | 
				
			||||||
    withContainers { cnt =>
 | 
					    withContainers { cnt =>
 | 
				
			||||||
      val jdbc =
 | 
					      val jdbc =
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -21,7 +21,7 @@ class PostgresqlMigrateTest extends FunSuite with TestContainerForAll {
 | 
				
			|||||||
  override val containerDef: PostgreSQLContainer.Def =
 | 
					  override val containerDef: PostgreSQLContainer.Def =
 | 
				
			||||||
    PostgreSQLContainer.Def(DockerImageName.parse("postgres:13"))
 | 
					    PostgreSQLContainer.Def(DockerImageName.parse("postgres:13"))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  test("postgres empty schema migration".ignore) {
 | 
					  test("postgres empty schema migration") {
 | 
				
			||||||
    assume(Docker.existsUnsafe, "docker doesn't exist!")
 | 
					    assume(Docker.existsUnsafe, "docker doesn't exist!")
 | 
				
			||||||
    withContainers { cnt =>
 | 
					    withContainers { cnt =>
 | 
				
			||||||
      val jdbc =
 | 
					      val jdbc =
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user