Skip to content

Commit

Permalink
Update snapshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jan 13, 2025
1 parent d8b7d8f commit 5109fa6
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
---
source: crates/store/re_chunk_store/tests/formatting.rs
assertion_line: 45
expression: store.to_string()
snapshot_kind: text
---
ChunkStore {
id: test_id
config: ChunkStoreConfig { enable_changelog: true, chunk_max_bytes: 393216, chunk_max_rows: 4096, chunk_max_rows_if_unsorted: 1024 }
stats: {
num_chunks: 1
total_size_bytes: 1.0 KiB
total_size_bytes: 1.3 KiB
num_rows: 1
num_events: 2
}
chunks: [
┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
CHUNK METADATA: │
* entity_path: "/this/that"
* heap_size_bytes: "838"
* heap_size_bytes: "1134"
* id: "661EFDF2E3B19F7C045F15"
* is_sorted: ""
├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
Expand Down

0 comments on commit 5109fa6

Please sign in to comment.