You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Mike Matrigali <mi...@sbcglobal.net> on 2007/07/12 21:33:12 UTC

existing upgrade test suite - question about soft upgrade test path

Is there an existing mode in the upgrade tests that would allow one to 
plug in a test that setup in soft upgrade in 10.3 and then verify 
something based on that setup in 10.2?

Re: existing upgrade test suite - question about soft upgrade test path

Posted by Daniel John Debrunner <dj...@apache.org>.
Mike Matrigali wrote:
> Is there an existing mode in the upgrade tests that would allow one to 
> plug in a test that setup in soft upgrade in 10.3 and then verify 
> something based on that setup in 10.2?
> 

Each test is run in 4 phases

   init (old release)
   soft upgrade (new release)
   post-soft upgrade (old release)
   post-hard upgrade (new release)

The test chooses what to test in each phase. The phase is available 
through a method call.

HTH,
Dan.