Skip to content

Commit

Permalink
fix: update logviz docs (#12815)
Browse files Browse the repository at this point in the history
Running `cargo test -p near-chunks test_multi -- --show-output` doesn't
produce any output because the test doesn't exist anymore. Let's update
the docs to use a test that exists on current `master`.
  • Loading branch information
jancionear authored Jan 31, 2025
1 parent 2b5db61 commit 72999fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"locustfile",
"locustfiles",
"Logunov",
"logviz",
"manytx",
"Mbps",
"memtable",
Expand Down Expand Up @@ -329,4 +330,4 @@
],
"ignoreWords": [],
"import": []
}
}
2 changes: 1 addition & 1 deletion tools/debug-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ more precisely, using TestLoop from core/async/src/test_loop.rs), the test can b

1. First run the test from the Rust side and save the output, e.g.
```
cargo test -p near-chunks test_multi -- --show-output > ~/log.txt
cargo test -p integration-tests slow_test_client_with_multi_test_loop -- --show-output > ~/log.txt
```
2. Go to the UI at `/logviz`, such as http://localhost:3000/logviz
3. Drag the log.txt file into the UI.
Expand Down

0 comments on commit 72999fa

Please sign in to comment.