Skip to content

PR tests failing on SqlServer not launching? #607

@dmitchell

Description

@dmitchell

The errors aren't clear, but my supposition is that SqlServer won't launch. Is that legit and, if so, who's responsible for fixing that container (I haven't used SqlServer in 20y)

CommonTest > testOffsetWithLimit FAILED
    java.lang.ExceptionInInitializerError at NativeConstructorAccessorImpl.java:-2
        Caused by: org.testcontainers.containers.ContainerLaunchException at GenericContainer.java:359
            Caused by: org.rnorth.ducttape.RetryCountExceededException at Unreliables.java:88
                Caused by: org.testcontainers.containers.ContainerLaunchException at GenericContainer.java:563
                    Caused by: java.lang.IllegalStateException at GenericContainer.java:533
                        Caused by: java.lang.IllegalStateException at JdbcDatabaseContainer.java:176
                            Caused by: java.sql.SQLException at JdbcDatabaseContainer.java:262
                                Caused by: com.microsoft.sqlserver.jdbc.SQLServerException at SQLServerException.java:234

CommonTest > testBothLimitAndOffsetAreNotPositive FAILED
    java.lang.NoClassDefFoundError at NativeConstructorAccessorImpl.java:-2
        Caused by: java.lang.ExceptionInInitializerError at NativeConstructorAccessorImpl.java:-2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions