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

TEST/UD: Wait for a packet up to 10 sec. #2216

Merged
merged 2 commits into from
Jan 25, 2018

Conversation

yosefe
Copy link
Contributor

@yosefe yosefe commented Jan 25, 2018

picked from #1635
Fixes #1995

@yosefe yosefe added the Bugfix label Jan 25, 2018
@swx-jenkins1
Copy link

Test PASSed.
See http://bgate.mellanox.com/jenkins/job/gh-ucx-pr/3807/ for details.

@mellanox-github
Copy link
Contributor

Test FAILed.
See http://hpc-master.lab.mtl.com:8080/job/hpc-ucx-pr/6006/ for details (Mellanox internal link).

@swx-jenkins1
Copy link

Test PASSed.
See http://bgate.mellanox.com/jenkins/job/gh-ucx-pr/3810/ for details.

@mellanox-github
Copy link
Contributor

Test PASSed.
See http://hpc-master.lab.mtl.com:8080/job/hpc-ucx-pr/6010/ for details (Mellanox internal link).

@yosefe
Copy link
Contributor Author

yosefe commented Jan 25, 2018

@brminich @alex-mikheev pls take a look

void wait_for_rx_sn(unsigned sn)
{
ucs_time_t deadline = ucs_get_time() +
ucs_time_from_sec(10) * ucs::test_time_multiplier();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor: we have UCT_TEST_TIMEOUT_IN_SEC and DEFAULT_TIMEOUT_SEC macro in uct_test.h

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i cherry picked the fix as is from master..

@yosefe yosefe merged commit 779dcdd into openucx:v1.2.x Jan 25, 2018
@yosefe yosefe deleted the topic/test-ud-timer-wait-for-rx-v1.2.x branch January 25, 2018 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants