Thoughts on slow tests: - They shouldn't fail. Any stack trace during the tests should be fixed. No pull request hold be merged that introduces new ones.
- I'd like to run them automatically, but so far, Travis has issues. If Matthew is wiling to let us use his buildbot, that is great. - Regarding the buildbot, how will it run, on each pull request or on master? How will we be notified of failures? - I agree with Jason about slow tests. If anything, I think we need more stress tests, not fewer. Aaron Meurer Sent from my iPad On Aug 16, 2013, at 11:15 AM, Jason Moore <[email protected]> wrote: Sounds good to me. I can work on it but am not familiar with buildbot. Any quick tips to get me started? Or if it is simple for you to add then, I'll watch what you add to learn. Jason moorepants.info +01 530-601-9791 On Fri, Aug 16, 2013 at 1:07 PM, Matthew Brett <[email protected]>wrote: > Hi, > > On Fri, Aug 16, 2013 at 9:58 AM, Jason Moore <[email protected]> wrote: > > That sounds good. > > > > Here's what we've tried with Travis: > > https://github.com/sympy/sympy/pull/2225 > > > > Happy to move this to something else. > > > > Matthew, do you run a buildbot instance already? > > Yes - here: > > http://nipy.bic.berkeley.edu/builders > > Setup here: > > https://github.com/nipy/nibotmi > > As you can see, we're already running selected builds for scikits > learn and pandas. > > If you like, I can just plumb in the sympy builds to the current > master. If anyone wants to do this, they are very welcome too. > > Cheers, > > Matthew > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
