Ok, just figured out how to remove the "ci=true" option... Hopefully we won't be spammed with failure emails on every commit :-)
On Sep 16, 2011, at 3:04 AM, Aristedes Maniatis wrote: > Yes... pretty like a set of traffic lights... But at least now we have a > target to get all those dots blue. I need to research how we set each of > those databases to ci, which I need to do for work anyway. > > > Ari > > > On 16/09/11 3:28 AM, Andrus Adamchik wrote: >> http://people.apache.org/~aadamchik/tests.png >> >> I think this result demonstrates that you can't use collationCi=true when >> the underlying DB uses CS collations. >> >> Andrus >> >> >> On Sep 15, 2011, at 5:14 PM, Aristedes Maniatis wrote: >> >>> OK, changed. >>> >>> On 15/09/11 7:17 PM, Andrus Adamchik wrote: >>>> Let's be consistent here. We are using "camel case" property names for >>>> everything else to deal with Jenkins limitations ("cayenneTestConnection" >>>> etc). Let's keep using that instead of dashes... So the new property >>>> should probably be "collationCi". >>>> >>>> Andrus >>>> >>>> On Sep 15, 2011, at 11:55 AM, Aristedes Maniatis wrote: >>>> >>>>> On 15/09/11 6:27 PM, [email protected] wrote: >>>>>> - >>>>>> -DcayenneTestConnection=${cayenneTestConnection} >>>>>> -Djava.net.preferIPv4Stack=true >>>>>> + >>>>>> -DcayenneTestConnection=${cayenneTestConnection} >>>>>> -Djava.net.preferIPv4Stack=true >>>>>> -Dcayenne.runtime.db.collation.assume.ci=${cayenne.runtime.db.collation.assume.ci} >>>>>> </argLine> >>>>> >>>>> Actually that will not work. We can't pass parameters with dots in them >>>>> because of an issue in Jenkins with Groovy scripting. Could you please >>>>> make this >>>>> >>>>> -Dcollation-ci=true >>>>> >>>>> I've already hooked that into Jenkins, so when you commit it will start >>>>> running the tests. >>>>> >>>>> >>>>> Ari >>>>> >>>>> >>>>> -- >>>>> --------------------------> >>>>> Aristedes Maniatis >>>>> GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A >>>>> >>>> >>> >>> -- >>> --------------------------> >>> Aristedes Maniatis >>> GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A >>> >> > > -- > --------------------------> > Aristedes Maniatis > GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A >
