Re: JS Test error on Windows

2018-05-11 Thread Dave Page
On Fri, May 11, 2018 at 10:53 AM, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Dave, > > The above error was not thrown when import 'jquery.event.drag' was added > to column_selector_spec.js (although it was giving some other error, but > above was cleared). > So the doubt was

Re: JS Test error on Windows

2018-05-11 Thread Aditya Toshniwal
Hi Dave, The above error was not thrown when import 'jquery.event.drag' was added to column_selector_spec.js (although it was giving some other error, but above was cleared). So the doubt was on webpack as it was not importing jquery.event.drag even though it was added using imports-loader, the be

Re: JS Test error on Windows

2018-05-11 Thread Dave Page
On Fri, May 11, 2018 at 7:28 AM, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Dave/Hackers, > > PFA fix for the problem. The RegEx for webpack test is not working on > windows because the path separator is different for Windows( \ ) and > Unix( / ). And so, the imports loader

Re: JS Test error on Windows

2018-05-10 Thread Aditya Toshniwal
Hi Dave/Hackers, PFA fix for the problem. The RegEx for webpack test is not working on windows because the path separator is different for Windows( \ ) and Unix( / ). And so, the imports loader is not executing for slickgrid. Patch tested on Win 10, Win 7, Ubuntu, Cent OS and works fine. Thanks a

Re: JS Test error on Windows

2018-04-27 Thread Dave Page
On Fri, Apr 27, 2018 at 10:49 AM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Not sure if that's the case but possibly security mechanism on Win2016 > somehow interfering with Headless chrome execution. > Maybe - I cannot find anything obvious through Google though. I have al

Re: JS Test error on Windows

2018-04-27 Thread Dave Page
On Fri, Apr 27, 2018 at 10:32 AM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Fri, Apr 27, 2018 at 2:44 PM, Dave Page wrote: > >> Anyone? Khushboo, Murtuza; any ideas? >> >> Does this related to Node 8.11.1? Can you use Node < 8 version? > Same error with 7.10.1 :-( > On

Re: JS Test error on Windows

2018-04-27 Thread Murtuza Zabuawala
Not sure if that's the case but possibly security mechanism on Win2016 somehow interfering with Headless chrome execution. On Fri, Apr 27, 2018 at 2:44 PM, Dave Page wrote: > Anyone? Khushboo, Murtuza; any ideas? > > On Wed, Apr 25, 2018 at 4:45 PM, Dave Page wrote: > >> Hi >> >> Setting up an

Re: JS Test error on Windows

2018-04-27 Thread Khushboo Vashi
On Fri, Apr 27, 2018 at 2:44 PM, Dave Page wrote: > Anyone? Khushboo, Murtuza; any ideas? > > Does this related to Node 8.11.1? Can you use Node < 8 version? > On Wed, Apr 25, 2018 at 4:45 PM, Dave Page wrote: > >> Hi >> >> Setting up an new build system running Windows 2016 and I'm hitting an

Re: JS Test error on Windows

2018-04-27 Thread Dave Page
Anyone? Khushboo, Murtuza; any ideas? On Wed, Apr 25, 2018 at 4:45 PM, Dave Page wrote: > Hi > > Setting up an new build system running Windows 2016 and I'm hitting an > error with the JS tests as below. I have Yarn 1.6.0, Node 8.11.1 and get > the following error running yarn run test:karma-onc