huskies: merge 945
This commit is contained in:
@@ -241,7 +241,6 @@ fn snapshot_generation_includes_manifest() {
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
);
|
||||
crate::crdt_state::write_item_str(
|
||||
"636_test_b",
|
||||
@@ -253,7 +252,6 @@ fn snapshot_generation_includes_manifest() {
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
);
|
||||
|
||||
let snapshot = generate_snapshot();
|
||||
@@ -286,7 +284,6 @@ fn attribution_query_by_story_id() {
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
);
|
||||
|
||||
let snapshot = generate_snapshot().unwrap();
|
||||
@@ -324,7 +321,6 @@ fn compaction_reduces_ops() {
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
);
|
||||
}
|
||||
|
||||
@@ -363,7 +359,6 @@ fn latest_snapshot_available_after_compaction() {
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
);
|
||||
|
||||
let snapshot = generate_snapshot().unwrap();
|
||||
@@ -636,7 +631,6 @@ fn attribution_preserved_after_compaction() {
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
);
|
||||
crate::crdt_state::write_item_str(
|
||||
"636_archived_story",
|
||||
@@ -648,7 +642,6 @@ fn attribution_preserved_after_compaction() {
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
);
|
||||
crate::crdt_state::write_item_str(
|
||||
"636_archived_story",
|
||||
@@ -660,7 +653,6 @@ fn attribution_preserved_after_compaction() {
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
);
|
||||
|
||||
// Generate snapshot.
|
||||
|
||||
Reference in New Issue
Block a user