Skip to content

Commit 07edc1b

Browse files
committed
Remove obsolete oracles
1 parent 8faf6bd commit 07edc1b

File tree

5 files changed

+0
-385
lines changed

5 files changed

+0
-385
lines changed

src/sqlancer/cockroachdb/CockroachDBOptions.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import sqlancer.TestOracle;
1010
import sqlancer.cockroachdb.CockroachDBProvider.CockroachDBGlobalState;
1111
import sqlancer.cockroachdb.oracle.CockroachDBNoRECOracle;
12-
import sqlancer.cockroachdb.oracle.CockroachDBNoTableOracle;
1312
import sqlancer.cockroachdb.oracle.tlp.CockroachDBTLPAggregateOracle;
1413
import sqlancer.cockroachdb.oracle.tlp.CockroachDBTLPDistinctOracle;
1514
import sqlancer.cockroachdb.oracle.tlp.CockroachDBTLPExtendedWhereOracle;
@@ -40,12 +39,6 @@ public TestOracle create(CockroachDBGlobalState globalState) throws SQLException
4039
}
4140

4241
},
43-
NOTABLE {
44-
@Override
45-
public TestOracle create(CockroachDBGlobalState globalState) throws SQLException {
46-
return new CockroachDBNoTableOracle(globalState);
47-
}
48-
},
4942
GROUP_BY {
5043
@Override
5144
public TestOracle create(CockroachDBGlobalState globalState) throws SQLException {

src/sqlancer/cockroachdb/oracle/CockroachDBNoTableOracle.java

Lines changed: 0 additions & 145 deletions
This file was deleted.

src/sqlancer/sqlite3/SQLite3Options.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import sqlancer.MainOptions.DBMSConverter;
1313
import sqlancer.TestOracle;
1414
import sqlancer.sqlite3.SQLite3Provider.SQLite3GlobalState;
15-
import sqlancer.sqlite3.oracle.SQLite3Fuzzer;
1615
import sqlancer.sqlite3.oracle.SQLite3NoRECOracle;
1716
import sqlancer.sqlite3.oracle.SQLite3PivotedQuerySynthesisOracle;
1817
import sqlancer.sqlite3.oracle.tlp.SQLite3TLPAggregateOracle;
@@ -111,12 +110,6 @@ public TestOracle create(SQLite3GlobalState globalState) throws SQLException {
111110
return new SQLite3NoRECOracle(globalState);
112111
}
113112
},
114-
FUZZER {
115-
@Override
116-
public TestOracle create(SQLite3GlobalState globalState) throws SQLException {
117-
return new SQLite3Fuzzer(globalState);
118-
}
119-
},
120113
AGGREGATE {
121114

122115
@Override

src/sqlancer/sqlite3/oracle/SQLite3Fuzzer.java

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)