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

testmod_gopts: sporadic timeouts #3148

Closed
mpranj opened this issue Nov 2, 2019 · 3 comments · Fixed by #3150
Closed

testmod_gopts: sporadic timeouts #3148

mpranj opened this issue Nov 2, 2019 · 3 comments · Fixed by #3150
Assignees

Comments

@mpranj
Copy link
Member

mpranj commented Nov 2, 2019

Seems like testmod_gopts sometimes has timeouts. I thought this is was introduced by my PR but we have seen different PRs now with this issue.

Steps to Reproduce the Problem

Open a PR and let the builds and tests run.

Expected Result

Test suite runs fine.

Actual Result

Sometimes the tests time out:


 76/134 MemCheck  #85: testmod_gopts ....................***Timeout 120.05 sec

System Information

  • Elektra Version: master
  • Operating System or Docker Container?
  • Versions of other relevant software?

Further Log Files and Output

@markus2330
Copy link
Contributor

Thank you for creating this issue!

@kodebach do you have ideas why this occurs?

@kodebach
Copy link
Member

kodebach commented Nov 2, 2019

I assume this only happens for the MemCheck tests? If so, testmod_gopts uses fork/exec which is quite slow with valgrind. We could either increase the timeout or exclude the test.

@markus2330
Copy link
Contributor

Lets try to increase the timeout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants