You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2007/03/06 18:34:17 UTC

[Bug 5367] New: t/spamd_hup.t fails a lot

http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5367

           Summary: t/spamd_hup.t fails a lot
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: major
          Priority: P5
         Component: Building & Packaging
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: jm@jmason.org


this test has been failing intermittently on the zone, and in my checkout.
We should probably try and figure out why before 3.2.0 release-- hopefully it's
just a buggy test, rather than a race in spamd.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 5367] t/spamd_hup.t fails a lot

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5367


jm@jmason.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From jm@jmason.org  2007-03-14 13:08 -------
ok, that seems to have helped...



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 5367] t/spamd_hup.t fails a lot

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5367


jm@jmason.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |normal
           Priority|P5                          |P3
   Target Milestone|Undefined                   |3.2.0






------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 5367] t/spamd_hup.t fails a lot

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5367





------- Additional Comments From jm@jmason.org  2007-03-14 08:40 -------
some more data points:

- it's not just spamd_hup.t, it's also spamd_kill_restart.t and
spamd_kill_restart_rr.t.  all 3 tests share a lot of logic and code.  I suspect
race conditions in test code.

- it's not very frequent -- there are about 5-10 spamd_hup.t failures in 640
buildbot test suite runs.  so quite rare.

I think it's a race condition, where the test script spots a new pid-file and
goes to read it before the spamd has _written_ any spamd PID into it.  I think I
may have fixed it in trunk now -- let's see how it goes.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.