-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat importer offline e2e #2014
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe the tests failed silently(importer offline and rpc downloader). Seems to be missing something
rpc-downloader
> [2025-02-13 19:53:40] Checking content of postgres
Traceback (most recent call last):
File "/home/runner/work/stratus/stratus/utils/check_rpc_downloader/main.py", line 4, in <module>
import psycopg2
ModuleNotFoundError: No module named 'psycopg2'
importer-offline
-> [2025-02-13 19:46:14] Compare blocks of stratus and importer-offline
Finished `release` profile [optimized] target(s) in 0.33s
Running `target/release/stratus --leader -a '0.0.0.0:3001' --perm-storage=rocks --rocks-path-prefix=tests/importer-offline-database`
File "/home/runner/work/stratus/stratus/utils/compare_block/main.py", line 13
print(f"{'\t'*indent}[bold red]{field}[/bold red]")
^
SyntaxError: f-string expression part cannot include a backslash
Final benchmark: Git Info:
Configuration:
Leader Stats: Follower Stats: Plots: |
Add e2e test for importer offline