You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by Alf H�gemark <al...@i100.no> on 2007/06/06 10:39:22 UTC

Nightly build not from the current SVN version ?

Hi

I have downloaded and tested the nightly build 
jakarta-jmeter-r543753_bin.zip
and
jakarta-jmeter-r544689_bin.zip

and their corresponding "_lib" files.

I was going to test the new Transaction Controller sampler, fixed in
http://issues.apache.org/bugzilla/show_bug.cgi?id=41913

But when I run the test plan attached in comment #15 in that bug
(test_trans.jmx) with the nightly build I have downloaded, I do not
see the expected functionality.
I expect the View ResultsTree to display to samples, one "Transaction
Controller 1" and one "Transaction Controller 2", but instead I see
A, B, A, B.

If I run Jmeter from Eclipse, on the latest files from SVN, then I do
see the expected functionality.

So is there something odd with the nightly builds that are being
produced ?

The new transaction controller functionality seems to be submitted on
26/5, in changelist 541883 and 541887.

Regards
Alf Hogemark


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


Re: Nightly build not from the current SVN version ?

Posted by Alf Høgemark <al...@i100.no>.
Thanks, works for me too now.

Alf

sebb wrote:
> New build uploaded - seems to work OK.
>
> Strange that the test suite did not catch the problem.
>
> I guess the build test script needs to be extended.
>
> S.
> On 06/06/07, sebb <se...@gmail.com> wrote:
>> Just tested, and I get the same with the current nightly.
>>
>> The log file shows:
>>
>> sampleEnd called twice java.lang.Throwable: Invalid call sequence
>>
>> I probably need to rebuild from scratch to make sure there aren't any
>> old classes lying around.
>>
>> I'll do another one shortly.
>>
>> S.
>> On 06/06/07, Alf Høgemark <al...@i100.no> wrote:
>> > Hi
>> >
>> > I have downloaded and tested the nightly build
>> > jakarta-jmeter-r543753_bin.zip
>> > and
>> > jakarta-jmeter-r544689_bin.zip
>> >
>> > and their corresponding "_lib" files.
>> >
>> > I was going to test the new Transaction Controller sampler, fixed in
>> > http://issues.apache.org/bugzilla/show_bug.cgi?id=41913
>> >
>> > But when I run the test plan attached in comment #15 in that bug
>> > (test_trans.jmx) with the nightly build I have downloaded, I do not
>> > see the expected functionality.
>> > I expect the View ResultsTree to display to samples, one "Transaction
>> > Controller 1" and one "Transaction Controller 2", but instead I see
>> > A, B, A, B.
>> >
>> > If I run Jmeter from Eclipse, on the latest files from SVN, then I do
>> > see the expected functionality.
>> >
>> > So is there something odd with the nightly builds that are being
>> > produced ?
>> >
>> > The new transaction controller functionality seems to be submitted on
>> > 26/5, in changelist 541883 and 541887.
>> >
>> > Regards
>> > Alf Hogemark
>> >
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
>> > For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org
>> >
>> >
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


Re: Nightly build not from the current SVN version ?

Posted by sebb <se...@gmail.com>.
New build uploaded - seems to work OK.

Strange that the test suite did not catch the problem.

I guess the build test script needs to be extended.

S.
On 06/06/07, sebb <se...@gmail.com> wrote:
> Just tested, and I get the same with the current nightly.
>
> The log file shows:
>
> sampleEnd called twice java.lang.Throwable: Invalid call sequence
>
> I probably need to rebuild from scratch to make sure there aren't any
> old classes lying around.
>
> I'll do another one shortly.
>
> S.
> On 06/06/07, Alf Høgemark <al...@i100.no> wrote:
> > Hi
> >
> > I have downloaded and tested the nightly build
> > jakarta-jmeter-r543753_bin.zip
> > and
> > jakarta-jmeter-r544689_bin.zip
> >
> > and their corresponding "_lib" files.
> >
> > I was going to test the new Transaction Controller sampler, fixed in
> > http://issues.apache.org/bugzilla/show_bug.cgi?id=41913
> >
> > But when I run the test plan attached in comment #15 in that bug
> > (test_trans.jmx) with the nightly build I have downloaded, I do not
> > see the expected functionality.
> > I expect the View ResultsTree to display to samples, one "Transaction
> > Controller 1" and one "Transaction Controller 2", but instead I see
> > A, B, A, B.
> >
> > If I run Jmeter from Eclipse, on the latest files from SVN, then I do
> > see the expected functionality.
> >
> > So is there something odd with the nightly builds that are being
> > produced ?
> >
> > The new transaction controller functionality seems to be submitted on
> > 26/5, in changelist 541883 and 541887.
> >
> > Regards
> > Alf Hogemark
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org
> >
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


Re: Nightly build not from the current SVN version ?

Posted by sebb <se...@gmail.com>.
Just tested, and I get the same with the current nightly.

The log file shows:

sampleEnd called twice java.lang.Throwable: Invalid call sequence

I probably need to rebuild from scratch to make sure there aren't any
old classes lying around.

I'll do another one shortly.

S.
On 06/06/07, Alf Høgemark <al...@i100.no> wrote:
> Hi
>
> I have downloaded and tested the nightly build
> jakarta-jmeter-r543753_bin.zip
> and
> jakarta-jmeter-r544689_bin.zip
>
> and their corresponding "_lib" files.
>
> I was going to test the new Transaction Controller sampler, fixed in
> http://issues.apache.org/bugzilla/show_bug.cgi?id=41913
>
> But when I run the test plan attached in comment #15 in that bug
> (test_trans.jmx) with the nightly build I have downloaded, I do not
> see the expected functionality.
> I expect the View ResultsTree to display to samples, one "Transaction
> Controller 1" and one "Transaction Controller 2", but instead I see
> A, B, A, B.
>
> If I run Jmeter from Eclipse, on the latest files from SVN, then I do
> see the expected functionality.
>
> So is there something odd with the nightly builds that are being
> produced ?
>
> The new transaction controller functionality seems to be submitted on
> 26/5, in changelist 541883 and 541887.
>
> Regards
> Alf Hogemark
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org