Re: [drlvm][unit] 100% of class library tests pass

2006-11-16 Thread Pavel Ozhdikhin
We have to evolving systems - classlib and DRLVM. To check commits to classlib we need a stable DRLVM which can pass 100% of HUT. Otherwise it's impossible to use DRLVM for pre-commit testing - you never know whether your test fail because of your patch or due to latest changes in DRLVM. I

Re: [drlvm][unit] 100% of class library tests pass

2006-11-16 Thread Tim Ellison
Good work everyone! While we may tend to be enticed by the API completeness numbers, it is qualities such as compatibility, stability, and performance that we will ultimately be measured upon and thanked for. It's encouraging to see the team taking all these things so seriously. Regards, Tim

Re: [drlvm][unit] 100% of class library tests pass

2006-11-16 Thread Tim Ellison
Pavel Ozhdikhin wrote: We have to evolving systems - classlib and DRLVM. To check commits to classlib we need a stable DRLVM which can pass 100% of HUT. Otherwise it's impossible to use DRLVM for pre-commit testing - you never know whether your test fail because of your patch or due to latest

Re: [drlvm][unit] 100% of class library tests pass

2006-11-16 Thread Alexey Varlamov
2006/11/16, Tim Ellison [EMAIL PROTECTED]: Pavel Ozhdikhin wrote: We have to evolving systems - classlib and DRLVM. To check commits to classlib we need a stable DRLVM which can pass 100% of HUT. Otherwise it's impossible to use DRLVM for pre-commit testing - you never know whether your

RE: [drlvm][unit] 100% of class library tests pass

2006-11-16 Thread Fedotov, Alexei A
, November 16, 2006 12:37 PM To: harmony-dev@incubator.apache.org Subject: Re: [drlvm][unit] 100% of class library tests pass Pavel Ozhdikhin wrote: We have to evolving systems - classlib and DRLVM. To check commits to classlib we need a stable DRLVM which can pass 100% of HUT. Otherwise it's

Re: [drlvm][unit] 100% of class library tests pass

2006-11-16 Thread Pavel Ozhdikhin
: [drlvm][unit] 100% of class library tests pass Pavel Ozhdikhin wrote: We have to evolving systems - classlib and DRLVM. To check commits to classlib we need a stable DRLVM which can pass 100% of HUT. Otherwise it's impossible to use DRLVM for pre-commit testing - you never know whether your test

Re: [drlvm][unit] 100% of class library tests pass

2006-11-16 Thread Vladimir Ivanov
-Original Message- From: Tim Ellison [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 12:37 PM To: harmony-dev@incubator.apache.org Subject: Re: [drlvm][unit] 100% of class library tests pass Pavel Ozhdikhin wrote: We have to evolving systems - classlib and DRLVM. To check commits

Re: [drlvm][unit] 100% of class library tests pass

2006-11-16 Thread Egor Pasko
On the 0x223 day of Apache Harmony Alexey Varlamov wrote: 2006/11/16, Tim Ellison [EMAIL PROTECTED]: Pavel Ozhdikhin wrote: We have to evolving systems - classlib and DRLVM. To check commits to classlib we need a stable DRLVM which can pass 100% of HUT. Otherwise it's impossible to use

Re: [drlvm][unit] 100% of class library tests pass

2006-11-16 Thread Tim Ellison
Egor Pasko wrote: I am for (2) too. But a small correction: rollback is not always reasonable. We can explicitly agree if we do rollback or fix ASAP (as we did with TM and launcher). Of course, thank you -- it is always better to fix it and move forward when that can be done quickly rather

Re: [drlvm][unit] 100% of class library tests pass

2006-11-16 Thread Tim Ellison
Pavel Ozhdikhin wrote: Sorry to say but it actually does not work until there is no notifications to the mailing list and no immediate reaction to the regressions. I agree -- we need to be alerted to failures, and respond to them. Regards, Tim -- Tim Ellison ([EMAIL PROTECTED]) IBM Java

Re: [drlvm][unit] 100% of class library tests pass

2006-11-16 Thread Paulex Yang
Alexei Fedotov wrote: Folks, According to http://harmonytest.org, today 100% of class library unit tests pass on DRLVM. Thank you all! It takes 44 days for the great team we are. Awesome! -- Paulex Yang China Software Development Lab IBM

Re: [drlvm][unit] 100% of class library tests pass

2006-11-16 Thread Mikhail Loenko
16 Nov 2006 17:15:14 +0600, Egor Pasko [EMAIL PROTECTED]: On the 0x223 day of Apache Harmony Alexey Varlamov wrote: 2006/11/16, Tim Ellison [EMAIL PROTECTED]: Pavel Ozhdikhin wrote: We have to evolving systems - classlib and DRLVM. To check commits to classlib we need a stable DRLVM

Re: [drlvm][unit] 100% of class library tests pass

2006-11-16 Thread Geir Magnusson Jr.
Mikhail Loenko wrote: why not? Because the full-stack testing is appropriate for CI systems that are running full-time to catch bugs. That's what our build-test infrastructure is all about. Asking DRLVM developers (and conversely, classlib developers) to run 1+ hours of tests for even

Re: [drlvm][unit] 100% of class library tests pass

2006-11-16 Thread Stefano Mazzocchi
Tim Ellison wrote: Pavel Ozhdikhin wrote: We have to evolving systems - classlib and DRLVM. To check commits to classlib we need a stable DRLVM which can pass 100% of HUT. Otherwise it's impossible to use DRLVM for pre-commit testing - you never know whether your test fail because of your

Re: [drlvm][unit] 100% of class library tests pass

2006-11-16 Thread Stefano Mazzocchi
Mikhail Loenko wrote: And I hope we will have other workloads running on Harmony nightly and reporting regressions to the list. Speaking of which, is there a J9 for x86_64 available? If so, I could start getting a more complete testing scenario on the server that runs gump -- Stefano.

Re: [drlvm][unit] 100% of class library tests pass

2006-11-16 Thread Mikhail Loenko
Well let's see how often we will break CI systems. If we break it twice a day then pre-commit testing needs to be strengthened. BTW if compile in release mode then all classlib tests run 35 minutes on DRLVM. Once we fix DRLVM to run with the fork mode once it will be even faster... Thanks,

Re: [drlvm][unit] 100% of class library tests pass

2006-11-16 Thread Geir Magnusson Jr.
Mikhail Loenko wrote: Well let's see how often we will break CI systems. If we break it twice a day then pre-commit testing needs to be strengthened. Right. Exactly. Iterate and adapt. BTW if compile in release mode then all classlib tests run 35 minutes on DRLVM. Once we fix DRLVM to

Re: [drlvm][unit] 100% of class library tests pass

2006-11-16 Thread Tim Ellison
Stefano Mazzocchi wrote: Mikhail Loenko wrote: And I hope we will have other workloads running on Harmony nightly and reporting regressions to the list. Speaking of which, is there a J9 for x86_64 available? Nope, we have not put a Harmony VME up on Developerworks for x86_64. And

Re: [drlvm][unit] 100% of class library tests pass

2006-11-16 Thread Alexei Fedotov
: Tim Ellison [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 12:37 PM To: harmony-dev@incubator.apache.org Subject: Re: [drlvm][unit] 100% of class library tests pass Pavel Ozhdikhin wrote: We have to evolving systems - classlib and DRLVM. To check commits to classlib we need

Re: [drlvm][unit] 100% of class library tests pass

2006-11-16 Thread Geir Magnusson Jr.
results to http://harmonytest.org. With best regards, Alexei Fedotov, Intel Java XML Engineering -Original Message- From: Tim Ellison [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 12:37 PM To: harmony-dev@incubator.apache.org Subject: Re: [drlvm][unit] 100% of class

RE: [drlvm][unit] 100% of class library tests pass

2006-11-16 Thread Fedotov, Alexei A
3:05 AM To: harmony-dev@incubator.apache.org Subject: Re: [drlvm][unit] 100% of class library tests pass Alexei Fedotov wrote: Pavel, The life started showing that you were correct. Today there were no report on http://harmonytest.org. Even if I would like to be a living notification, I

Re: [drlvm][unit] 100% of class library tests pass

2006-11-15 Thread Alexei Fedotov
Oops, I've missed: * Andrew Zhang for reviewing class library patches and helpful discussions On 11/16/06, Alexei Fedotov [EMAIL PROTECTED] wrote: Folks, According to http://harmonytest.org, today 100% of class library unit tests pass on DRLVM. Thank you all! It takes 44 days for the great

Re: [drlvm][unit] 100% of class library tests pass

2006-11-15 Thread Geir Magnusson Jr.
Alexei Fedotov wrote: Folks, According to http://harmonytest.org, today 100% of class library unit tests pass on DRLVM. Yay! There are still open issues with reliability, multiprocessor and other special configurations, so the page http://wiki.apache.org/harmony/Unit_Tests_Pass_on_DRLVM

Re: [drlvm][unit] 100% of class library tests pass

2006-11-15 Thread Geir Magnusson Jr.
Be sure to not miss anyone :) This was a great community effort, with everyone pitching in. DRLVM is now a full peer to J9 in Harmony testing. :) We still need to use J9 (and another VM that happens to work with our classlibrary), as a sanity check, but we should from now on use DRLVM in

Re: [drlvm][unit] 100% of class library tests pass

2006-11-15 Thread Pavel Ozhdikhin
On 11/16/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: Be sure to not miss anyone :) This was a great community effort, with everyone pitching in. DRLVM is now a full peer to J9 in Harmony testing. :) We still need to use J9 (and another VM that happens to work with our classlibrary), as

Re: [drlvm][unit] 100% of class library tests pass

2006-11-15 Thread Geir Magnusson Jr.
Pavel Ozhdikhin wrote: On 11/16/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: Be sure to not miss anyone :) This was a great community effort, with everyone pitching in. DRLVM is now a full peer to J9 in Harmony testing. :) We still need to use J9 (and another VM that happens to work

Re: [drlvm][unit] 100% of class library tests pass

2006-11-15 Thread Mikhail Loenko
why not? 2006/11/16, Geir Magnusson Jr. [EMAIL PROTECTED]: Pavel Ozhdikhin wrote: On 11/16/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: Be sure to not miss anyone :) This was a great community effort, with everyone pitching in. DRLVM is now a full peer to J9 in Harmony testing. :)

Re: [drlvm][unit] 100% of class library tests pass

2006-11-15 Thread Alexey Varlamov
2006/11/16, Mikhail Loenko [EMAIL PROTECTED]: why not? But what benefit it would bring? build test in DRLVM takes too much time already, I'm afraid people will just stop using it :( This is analogous to enforcing full testing in classlib for every change regardless of module. Evidently this is