Re: [GENERAL] Regression test fails v9.2.4

2013-04-24 Thread Manning John
>> [regression tests have different plans or row orderings] >> It seems that the problem only occurs when configuring the make >> with these settings : >> >> --with-libraries=/lib64 --with-blocksize=2 --with-wal-blocksize=2 >> is this problem common, i.e. the expected results files need to >> be

Re: [GENERAL] Regression test fails v9.2.4

2013-04-23 Thread Kevin Grittner
Manning John wrote: > [regression tests have different plans or row orderings] > It seems that the problem only occurs when configuring the make > with these settings : > > --with-libraries=/lib64 --with-blocksize=2 --with-wal-blocksize=2 > is this problem common, i.e. the expected results fil

Re: [GENERAL] Regression test fails v9.2.4

2013-04-23 Thread Manning John
Sorry - replying to my own question It seems that the problem only occurs when configuring the make with these settings : --with-libraries=/lib64 --with-blocksize=2 --with-wal-blocksize=2 Now, we *could* do a two phase compile, one to perform regression tests and another for deployment. Cl