Hi,

On 2020/11/16 16:58:40, Nathan Bubna <[email protected]> wrote: 
> I'm not aware of a CI set up for Velocity at this point.

This should be improved!
I've created https://github.com/apache/velocity-engine/pull/18 and 
https://github.com/apache/velocity-tools/pull/10 to run the build at Travis CI, 
because it is the easiest to setup and maintain.

There is a reproducible test failure at Velocity Engine on AMD64 architecture 
at Travis - https://travis-ci.com/github/martin-g/velocity-engine/jobs/444334589

[ERROR] Failures: 

[ERROR]   
SpaceGobblingTestCase.testSpaceGobbling:85->testMode:100->testTemplate:136 
Processed template did not match expected output for template ugly1.vtl and 
mode NONE

-----Result-----

---

 $

 #

 $$foo$

 $$foo#

 $bar 

 $bar$

 $bar#

 $bar 

 #$foo$

 #$foo#

 #$foo 

 $bar$

 $bar#

 $bar$

 $bar#

 $bar 

---

----Expected----

---

 $

 #

 $$foo$

 $$foo#

 $#foo 

 $#foo$

 $#foo#

 $#foo 

 #$foo$

 #$foo#

 #$foo 

 $#foo()$

 $#foo()#

 $#@foo()hop#end$

 $#@foo()hop#end#

 $#@foo()hop#end 

---


The test passes locally and on TravisCI ARM64 node.
Any ideas what could be the reason ?

Regards,
Martin

> 
> On Fri, Nov 13, 2020 at 4:05 AM Martin Tzvetanov Grigorov <
> [email protected]> wrote:
> 
> > Hi Velocity devs,
> >
> > I am trying to find the Continuous Integration tool used by Velocity
> > project.
> > But I don't find anything at Jenkins (https://builds.apache.org/),
> > BuildBot (https://ci.apache.org/builders/) or TravisCI (there is no
> > .travis.yml in velocity-engine project).
> > The pom.xml also does not mention CI.
> >
> > Does the project use CI ?
> >
> > Thanks!
> >
> > Martin
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [email protected]
> > For additional commands, e-mail: [email protected]
> >
> >
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to