Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Bricolage: devel

Re: [8376] Fixed Bric.pm to load Bric::Config before anything else

 

 

Bricolage devel RSS feed   Index | Next | Previous | View Threaded


david at kineticode

Nov 18, 2008, 9:25 AM

Post #1 of 4 (1144 views)
Permalink
Re: [8376] Fixed Bric.pm to load Bric::Config before anything else

On Nov 18, 2008, at 1:46 AM, paulo [at] bricolage wrote:

> Revision8376AuthorpauloDate2008-11-18 01:46:42 -0800 (Tue, 18 Nov
> 2008)Log Message
> Fixed Bric.pm to load Bric::Config before anything else

Hey Paul, did you run `make devtest` to make sure that that didn't
break anything there?

Thanks,

David


paulo at digitalcraftsmen

Nov 19, 2008, 1:31 AM

Post #2 of 4 (1048 views)
Permalink
Re: [8376] Fixed Bric.pm to load Bric::Config before anything else [In reply to]

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


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


david at kineticode

Nov 19, 2008, 11:36 AM

Post #4 of 4 (1044 views)
Permalink
Re: [8376] Fixed Bric.pm to load Bric::Config before anything else [In reply to]

On Nov 19, 2008, at 1:31 AM, Paul Orrock wrote:

> 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.

Then you're golden.

>
> 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.

That's weird. Should be fixable, though.

> 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.

I don't have this issue, but as Scott says, other have.

Thanks,

David

Bricolage devel RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.