Changes between Version 9 and Version 10 of Ticket #2017


Ignore:
Timestamp:
2013-08-28T15:51:57Z (11 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2017 – Description

    v9 v10  
    4040
    4141So there is a non-deterministic bug that exhibits on sickness's buildslave which causes those two tests to hang.
    42 
    43 Questions:
    44 
    45 1. Does this happen on any other buildslaves?
    46 
    47 2. Did this ever happen before the recent patches which changed the behavior of iputil — [b0883807361830c609dff1677c3cb34fd64d3ebb], [f97b8e5e1df75284aa9b89dd830f8728040eab67], [08590b1f6a880d51751fdcacea6a007ebc568f2e], [16b245563db2f6ca71b9332b06debbe3e1d734b4], [b31a4f6e870cb56efa40c785a868a944b964e8b9], [a493ee0bb641175ecf918e28fce4d25df15994b6], [6104950ed8a7a356eed2218f2df958d074022eea], [f77ec470d75f4b8fb81b1abca4ee3b73f1ad8b22], [8e31d66cd0b0821ccaa2c7c259e7d6f262ad4738], [6a445d73bc5253ec4ae0dec70af02e33bc869cf6]?
    48 
    49 ~~I suspect those iputil patches of causing this hang.~~
    50 
    51 sickness: could you please run the unit tests from the current trunk version repeatedly with trial's {{{--until-failure}}} option? {{{./bin/tahoe debug trial --until-failure allmydata.test}}} (See [wiki:HowToWriteTests] for more options.) If you can reliably reproduce the problem, then would you use git to rewind to before those patches and see if that makes the problem go away? Thanks!