All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sqlancer.cockroachdb.CockroachDBBugs Maven / Gradle / Ivy

Go to download

SQLancer finds logic bugs in Database Management Systems through automatic testing

There is a newer version: 2.0.0
Show newest version
package sqlancer.cockroachdb;

public final class CockroachDBBugs {

    // https://github.com/cockroachdb/cockroach/issues/46915
    public static boolean bug46915 = true;

    // https://github.com/cockroachdb/cockroach/issues/45703
    public static boolean bug45703 = true;

    // https://github.com/cockroachdb/cockroach/issues/44757
    public static boolean bug44757 = true;

    private CockroachDBBugs() {
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy