
lannings at who
Nov 19, 2008, 1:48 AM
Post #3 of 4
(1035 views)
Permalink
|
|
RE: [8376] Fixed Bric.pm to load Bric::Config before anything else
[In reply to]
|
|
I always get a few dozen failures in Alert/Alerted, for a few years now. (Ubuntu/Debian thing, I think) I couldn't figure out why, something to do with the voodoo the tests do with time. -----Original Message----- From: Paul Orrock [mailto:paulo [at] digitalcraftsmen] Sent: Wed 11/19/2008 10:31 AM To: devel [at] lists Subject: Re: [8376] Fixed Bric.pm to load Bric::Config before anything else Hi David, No, it's been while since I made a patch so I'm afraid I forgot about devtest, I just ran make test which passed. I've run it and it fails on make devtest which I assume is what you were getting at :-) However I get exactly the same failure messages and failure percentage *without* my patch. Pretty much all in t/Bric/Util/Alert/DevTest.pm and 1 failure in t/Bric/Test/Runner....NOK 947 # Failed test 'test_burn died (Undefined subroutine &Bric::Util::Burner::Commands::ANY called at /tmp/bricolage-test/comp/oc_1024/testing/sub/util.mc line 5. # # Stack: # [/tmp/bricolage-test/comp/oc_1024/testing/sub/util.mc:5] # [/usr/local/share/perl/5.8.8/HTML/Mason/Component.pm:135] # [/tmp/bricolage-test/comp/oc_1024/autohandler:5] # [/usr/local/share/perl/5.8.8/HTML/Mason/Component.pm:135])' # in t/Bric/Test/Runner.pm at line 101. # (in Bric::Util::Burner::Mason::DevTest->test_burn) [snip] DIED. FAILED tests 631-636, 684-689, 699, 739, 947, 4398, 4423-4428, 4431-4436, 4471, 4496-4501, 4504-4509, 4522, 4525, 4528 Failed 44/11705 tests, 99.62% okay (less 536 skipped tests: 11125 okay, 95.04%) Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/Bric/Test/Runner.pm 44 11264 11705 44 0.38% 631-636 684-689 699 739 947 4398 4423-4428 4431- 4436 4471 4496-4501 4504- 4509 4522 4525 4528 536 subtests skipped. Failed 1/1 test scripts, 0.00% okay. 44/11705 subtests failed, 99.62% okay. Since my sub to the commits list broke for a month or two I can't find the patch that was submitted that broke it , or is it just something in my system that's broken. running a make dist, make db, make db_grant make devtest on trunk to rev 8376, apache 2.2.3 , postgres 8.3, perl 5.8.8, Mason 1.40. regards, Paul
|