Remove excessive test modes
Change-Id: I38161ff426a4f529f9073da2055adbfb45193f20
This commit is contained in:
@@ -224,7 +224,7 @@ Primary storage NoteDb:
|
|||||||
Primary storage NoteDb and ReviewDb disabled:
|
Primary storage NoteDb and ReviewDb disabled:
|
||||||
|
|
||||||
----
|
----
|
||||||
bazel test --test_env=GERRIT_NOTEDB=DISABLE_CHANGE_REVIEW_DB //...
|
bazel test --test_env=GERRIT_NOTEDB=ON //...
|
||||||
----
|
----
|
||||||
|
|
||||||
To run only tests that do not use SSH:
|
To run only tests that do not use SSH:
|
||||||
|
@@ -34,13 +34,6 @@ public enum NoteDbMode {
|
|||||||
/** Changes are created with their primary storage as NoteDb. */
|
/** Changes are created with their primary storage as NoteDb. */
|
||||||
PRIMARY(NotesMigrationState.READ_WRITE_WITH_SEQUENCE_NOTE_DB_PRIMARY),
|
PRIMARY(NotesMigrationState.READ_WRITE_WITH_SEQUENCE_NOTE_DB_PRIMARY),
|
||||||
|
|
||||||
/** All change tables are entirely disabled. */
|
|
||||||
DISABLE_CHANGE_REVIEW_DB(NotesMigrationState.NOTE_DB),
|
|
||||||
|
|
||||||
/** All change tables are entirely disabled, and code/meta ref updates are fused. */
|
|
||||||
FUSED(NotesMigrationState.NOTE_DB),
|
|
||||||
|
|
||||||
// TODO(dborowitz): Change CI to use this, then remove FUSED and DISABLE_CHANGE_REVIEW_DB.
|
|
||||||
/** All change tables are entirely disabled, and code/meta ref updates are fused. */
|
/** All change tables are entirely disabled, and code/meta ref updates are fused. */
|
||||||
ON(NotesMigrationState.NOTE_DB),
|
ON(NotesMigrationState.NOTE_DB),
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user