Commit a862fc9
committed
test: add test_log annotation to capture execution logs for issue #2023
This change annotates test_small_network_get_failure with test_log to
capture test execution logs in CI. The test passes locally but fails in
CI, and these logs will help us debug the issue.
Changes:
- Add test-log 0.2 to dev-dependencies in freenet-ping-app
- Replace manual logger setup with #[test_log::test] attribute
- Remove unused LevelFilter import
- Logs will now be captured and displayed on test failure
This will help us understand what's happening during CI test execution
and identify the root cause of issue #2023.1 parent e5c49f5 commit a862fc9
File tree
3 files changed
+47
-3
lines changed- apps/freenet-ping
- app
- tests
3 files changed
+47
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
0 commit comments