Skip to content
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

Update cluster logs in reliability tests #2772

Merged
merged 1 commit into from
May 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_cluster_connection(artifacts_path):
with open(log_file) as f:
s = mmap(f.fileno(), 0, access=ACCESS_READ)
# Search first successful connection message.
conn = re.search(rb'^.*Sucessfully connected to master.*$', s, flags=re.MULTILINE)
conn = re.search(rb'^.*Successfully connected to master.*$', s, flags=re.MULTILINE)
if not conn:
pytest.fail(f'Could not find "Sucessfully connected to master" message in the '
f'{node_name.search(log_file)[1]}')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
tag: "Compressing 'files_metadata.json'.*"
- log_id: log3
parent: log2
tag: 'Sending zip file to master.*'
tag: 'Sending zip file.*'
- log_id: log4
parent: log3
tag: 'Zip file sent to master.'
tag: 'Zip file sent.*'
- log_id: log5
parent: log4
tag: 'Finished in .*'