-
Notifications
You must be signed in to change notification settings - Fork 41
1449 Integration test for triggering build in multiple authorized nodes environment #1643
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
base: main
Are you sure you want to change the base?
Conversation
|
pidlist="$pidlist$pid"; | ||
done | ||
echo -e "\nPyrsia processes:" | ||
ps -u -q $pidlist |
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.
When I run the tests on Mac OS, it reports:
Pyrsia processes:
ps: No user named '-q'
Could you help to look into it? Thanks
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.
Added fix, @fishseabowl could you please to try it again?
|
||
kill_processes | ||
|
||
echo ""; echo "All test scenarios are done successfully!" |
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.
It is better to add a newline at the end of the file
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.
Hi @fishseabowl
merged last changes from 'main'-branch and found that increasing of timeout for awaiting result 'pyrsia inspect-log docker --image' is required.
Please take a look.
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.
When I finished testing, the Pyrsia process was not killed. Could you help to check it out? Thanks
Is it intentionally separated from the integration tests repo |
Part of: #1449
Test is provided as bash script and consists of following steps:
The logs and pids of started nodes are present inside directory: /tmp/pyrsia-manual-tests/.log and /tmp/pyrsia-manual-tests/.pid
Test is located in pyrsia repository' by path: tests/test_multiple_authorized_nodes.sh
It requires to specify following paramters:
Example:
test_multiple_authorized_nodes.sh $PYRSIA_HOME $PYRSIA_BUILD_PIPELINE_HOME