Skip to content

Commit 3b62874

Browse files
committed
catalog: update tests for new object format
1 parent 737a304 commit 3b62874

File tree

4 files changed

+1220
-2784
lines changed

4 files changed

+1220
-2784
lines changed

src/catalog/src/durable/upgrade/snapshots/objects_v79.txt

Lines changed: 100 additions & 0 deletions
Large diffs are not rendered by default.

src/catalog/src/durable/upgrade/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ fn test_proto_serialization_stability() {
104104
/// ```
105105
fn generate_missing_encodings() {
106106
let protos: BTreeSet<_> = read_file_names(PROTO_DIRECTORY, PROTO_EXT)
107-
.filter(|name| name != "objects")
107+
.filter(|name| name.starts_with("objects_v"))
108108
.collect();
109109

110110
let snapshots: BTreeSet<_> = read_file_names(SNAPSHOT_DIRECTORY, SNAPSHOT_EXT).collect();

0 commit comments

Comments
 (0)