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

EUnit replicator tests timing out #633

Closed
wohali opened this issue Jul 3, 2017 · 4 comments
Closed

EUnit replicator tests timing out #633

wohali opened this issue Jul 3, 2017 · 4 comments

Comments

@wohali
Copy link
Member

wohali commented Jul 3, 2017

We've been seeing this one for a while (COUCHDB-3408). It's resurfaced on Travis recently. Doubling the timeout didn't solve the problem.

Logfile

module 'couch_replicator_small_max_request_size_target'
...
[os_mon] cpu supervisor port (cpu_sup): Erlang has closed
    remote -> remote
      couch_replicator_small_max_request_size_target:114: should_populate_source_one_large_attachment...[0.014 s] ok
      couch_replicator_small_max_request_size_target:100: should_populate_source...[0.016 s] ok
      couch_replicator_small_max_request_size_target:124: should_replicate...*timed out*

or

module 'couch_replicator_large_atts_tests'
...
[os_mon] cpu supervisor port (cpu_sup): Erlang has closed
    remote -> local
      couch_replicator_large_atts_tests:83: should_populate_source...[10.481 s] ok
      couch_replicator_large_atts_tests:90: should_replicate...*timed out*
[os_mon] memory supervisor port (memsup): Erlang has closed
[os_mon] cpu supervisor port (cpu_sup): Erlang has closed
    remote -> remote
      couch_replicator_large_atts_tests:83: should_populate_source...[12.347 s] ok
      couch_replicator_large_atts_tests:90: should_replicate...*timed out*
[os_mon] cpu supervisor port (cpu_sup): Erlang has closed

Instance(s)

@wohali wohali added this to the 2.1.0 milestone Jul 3, 2017
@wohali
Copy link
Member Author

wohali commented Jul 3, 2017

Another one possibly for @nickva ?

@wohali
Copy link
Member Author

wohali commented Jul 13, 2017

Another instance of this

@wohali
Copy link
Member Author

wohali commented Jul 20, 2017

Couple more types of failures:

    remote -> local
      couch_replicator_large_atts_tests:83: should_populate_source...[12.306 s] ok
      couch_replicator_large_atts_tests:90: should_replicate...*timed out*
[os_mon] cpu supervisor port (cpu_sup): Erlang has closed
[os_mon] memory supervisor port (memsup): Erlang has closed
    remote -> remote
      couch_replicator_large_atts_tests:83: should_populate_source...[11.915 s] ok
      couch_replicator_large_atts_tests:90: should_replicate...*timed out*

nickva added a commit to cloudant/couchdb that referenced this issue Jul 20, 2017
Could reproduce issue apache#633 by limiting disk throughput in a VBox
VM instance to about 5KB. Try to increase the timeouts to let it
handle such apparent slowdowns.

Fixed apache#633
nickva added a commit that referenced this issue Jul 20, 2017
Could reproduce issue #633 by limiting disk throughput in a VBox
VM instance to about 5KB. Try to increase the timeouts to let it
handle such apparent slowdowns.

Fixed #633
@wohali
Copy link
Member Author

wohali commented Jul 20, 2017

FYI this is related to #574 . I'm unconvinced just bumping the timeout will do it, because we've tried that a couple of times before...

lag-linaro pushed a commit to lag-linaro/couchdb that referenced this issue Oct 25, 2018
…-src-script

Properly skip apps with a .app.src.script file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant