Master build fails again, after one successful build with ZEPPELIN-510
resolved by increasing max timeout for selenium tests up to 60 sec.

Now it's a new https://issues.apache.org/jira/browse/ZEPPELIN-516

Tests in error:
  VFSNotebookRepoTest.tearDown:88 » IO Unable to delete directory
/tmp/ZeppelinL...


On Thu, Dec 17, 2015 at 9:53 AM, Alexander Bezzubov <[email protected]>
wrote:

> Build on master is still failing, after re-triggering by
> d69a30eec7d6a22ecb4bc8c4d18b24afeba61e7f
>
> May be we could stop merging things in master and fix the CI.
>
> If anybody have some spare cycles, looking at
> https://issues.apache.org/jira/browse/ZEPPELIN-510 is very appreciated,
> otherwise I will be able to look more into that later today.
>
> Thanks!
>
> On Wed, Dec 16, 2015 at 7:25 PM, Prabhjyot Singh <[email protected]
> > wrote:
>
>> Yes, agreed. On travis some times it (ZeppelinIT) fails after
>>
>> waitForParagraph(3, "FINISHED");
>>
>> and other few times if fails after
>>
>> waitForParagraph(4, "FINISHED");
>>
>>
>> Even I've faced similar problem, but on local environment (have tried on
>> OSX10.9 and Ubuntu 12,14) it passes.
>>
>> On 16 December 2015 at 15:33, Corneau Damien <[email protected]>
>> wrote:
>>
>> > Not a related test fail.
>> > However this error is random, if the CI re-run again it probably won't
>> fail
>> > anymore
>> >
>> > On Wed, Dec 16, 2015 at 6:56 PM, Alexander Bezzubov <
>> [email protected]>
>> > wrote:
>> >
>> > > Moved from user@
>> > >
>> > > Have created https://issues.apache.org/jira/browse/ZEPPELIN-510 -
>> build
>> > > failing on master with IT tests failure.
>> > >
>> > > On Wed, Dec 16, 2015 at 6:49 PM, Alexander Bezzubov <
>> > [email protected]>
>> > > wrote:
>> > >
>> > > > CI on master is also failing
>> > > > https://travis-ci.org/apache/incubator-zeppelin
>> > > >
>> > > > Worth posting to dev@ and creating an issue
>> > > >
>> > > >
>> > > > Could this PR interfere with some Karma tests?
>> > > > master fixing z-index for all modals, backdrop and popups
>> > > >
>> > > > ### What is this PR for?
>> > > > This fixes z-index for all modals, backdrop.
>> > > >
>> > > > On Wed, Dec 16, 2015 at 6:41 PM, Jeff Zhang <[email protected]>
>> wrote:
>> > > >
>> > > >> BTW, I can also reproduce it in centos.
>> > > >>
>> > > >> On Wed, Dec 16, 2015 at 4:26 PM, Jeff Zhang <[email protected]>
>> wrote:
>> > > >>
>> > > >>> This workaround works for me, thanks Corneau.
>> > > >>>
>> > > >>>
>> > > >>>
>> > > >>> On Wed, Dec 16, 2015 at 4:16 PM, Corneau Damien <
>> > [email protected]>
>> > > >>> wrote:
>> > > >>>
>> > > >>>> No known solutions (hard to reproduce), the tests are failing
>> but it
>> > > is
>> > > >>>> not saying why.
>> > > >>>> But there is hope, since you have source code, you can build
>> after
>> > > >>>> removing this line:
>> > > >>>>
>> > >
>> >
>> https://github.com/apache/incubator-zeppelin/blob/master/zeppelin-web/Gruntfile.js#L437
>> > > >>>>
>> > > >>>>
>> > > >>>> On Wed, Dec 16, 2015 at 4:55 PM, Jeff Zhang <[email protected]>
>> > wrote:
>> > > >>>>
>> > > >>>>> I still see this issue on master, any solution for this ?
>> > > >>>>>
>> > > >>>>> On Thu, Nov 26, 2015 at 3:28 PM, Jeff Zhang <[email protected]>
>> > > wrote:
>> > > >>>>>
>> > > >>>>>> I am on mac os 10.9
>> > > >>>>>>
>> > > >>>>>> Here's the debug info
>> > > >>>>>>
>> > > >>>>>> [INFO]    at
>> > > >>>>>>
>> > >
>> >
>> /Users/jzhang/github/incubator-zeppelin/zeppelin-web/bower_components/angular/angular.js:4118
>> > > >>>>>> [INFO]    at forEach
>> > > >>>>>>
>> > >
>> >
>> (/Users/jzhang/github/incubator-zeppelin/zeppelin-web/bower_components/angular/angular.js:323)
>> > > >>>>>> [INFO]    at loadModules
>> > > >>>>>>
>> > >
>> >
>> (/Users/jzhang/github/incubator-zeppelin/zeppelin-web/bower_components/angular/angular.js:4120)
>> > > >>>>>> [INFO]    at createInjector
>> > > >>>>>>
>> > >
>> >
>> (/Users/jzhang/github/incubator-zeppelin/zeppelin-web/bower_components/angular/angular.js:4004)
>> > > >>>>>> [INFO]    at workFn
>> > > >>>>>>
>> > >
>> >
>> (/Users/jzhang/github/incubator-zeppelin/zeppelin-web/bower_components/angular-mocks/angular-mocks.js:2339)
>> > > >>>>>>        PhantomJS 1.9.8 (Mac OS X 0.0.0): Executed 82 of 82 (82
>> > > >>>>>> FAILED) ERROR (0.416 secs / 0.282 secs)
>> > > >>>>>> [INFO] DEBUG [karma]: Run complete, exiting.
>> > > >>>>>> [INFO] DEBUG [launcher]: Disconnecting all browsers
>> > > >>>>>> [INFO] DEBUG [coverage]: Writing coverage to
>> > > >>>>>>
>> > > /Users/jzhang/github/incubator-zeppelin/reports/zeppelin-web-coverage
>> > > >>>>>> [INFO] DEBUG [launcher]: Process PhantomJS exited with code 0
>> > > >>>>>> [INFO] DEBUG [temp-dir]: Cleaning temp dir
>> > > >>>>>> /var/folders/dp/hmchg5dd3vbcvds26q91spdw0000gp/T/karma-55477579
>> > > >>>>>> [INFO] Warning: Task "karma:unit" failed. Use --force to
>> continue.
>> > > >>>>>> [INFO]
>> > > >>>>>> [INFO] Aborted due to warnings.
>> > > >>>>>>
>> > > >>>>>>
>> > > >>>>>>
>> > > >>>>>> On Thu, Nov 26, 2015 at 3:15 PM, Corneau Damien <
>> > > [email protected]
>> > > >>>>>> > wrote:
>> > > >>>>>>
>> > > >>>>>>> You can modify this line:
>> > > >>>>>>>
>> > >
>> >
>> https://github.com/apache/incubator-zeppelin/blob/master/zeppelin-web/test/karma.conf.js#L111
>> > > >>>>>>> with: LOG_DEBUG
>> > > >>>>>>>
>> > > >>>>>>> And rerun the test inside zeppelin-web folder: './grunt test'
>> > > >>>>>>>
>> > > >>>>>>> On Thu, Nov 26, 2015 at 4:13 PM, Corneau Damien <
>> > > >>>>>>> [email protected]> wrote:
>> > > >>>>>>>
>> > > >>>>>>>> All the Karma tests are failing.
>> > > >>>>>>>> What OS are you using?
>> > > >>>>>>>>
>> > > >>>>>>>> On Thu, Nov 26, 2015 at 4:03 PM, Jeff Zhang <
>> [email protected]>
>> > > >>>>>>>> wrote:
>> > > >>>>>>>>
>> > > >>>>>>>>>
>> > > >>>>>>>>> Got this error when building zeppelin in master.
>> > > >>>>>>>>>
>> > > >>>>>>>>> Seems some else also meet this issue recently, but I didn't
>> > find
>> > > a
>> > > >>>>>>>>> solution on it. Any update on this issue ?
>> > > >>>>>>>>>
>> > > >>>>>>>>>
>> > > >>>>>>>>>
>> > >
>> >
>> https://mail-archives.apache.org/mod_mbox/incubator-zeppelin-users/201509.mbox/%3CCAKhwvQtTCDeXaQOhpu+wvxPj1io4ra+dG=meqe7evr5xbob...@mail.gmail.com%3E
>> > > >>>>>>>>>
>> > > >>>>>>>>>
>> > >
>> >
>> https://mail-archives.apache.org/mod_mbox/incubator-zeppelin-users/201511.mbox/%3ccabeptm3imewayaqozedahcl-bz8a3uxuqsumu41dehwxmd_...@mail.gmail.com%3E
>> > > >>>>>>>>>
>> > > >>>>>>>>>
>> > > >>>>>>>>> PhantomJS 1.9.8 (Mac OS X 0.0.0): Executed 82 of 82 (82
>> FAILED)
>> > > >>>>>>>>> ERROR (0.518 secs / 0.226 secs)
>> > > >>>>>>>>> Warning: Task "karma:unit" failed. Used --force, continuing.
>> > > >>>>>>>>>
>> > > >>>>>>>>> Done, but with warnings.
>> > > >>>>>>>>>
>> > > >>>>>>>>>
>> > > >>>>>>>>> Execution Time (2015-11-26 06:59:28 UTC)
>> > > >>>>>>>>> loading tasks    140ms  ▇▇▇ 3%
>> > > >>>>>>>>> wiredep:app      104ms  ▇▇ 2%
>> > > >>>>>>>>> concurrent:test   1.2s  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 28%
>> > > >>>>>>>>> postcss:dist     185ms  ▇▇▇▇ 4%
>> > > >>>>>>>>> karma:unit        2.5s
>> > > >>>>>>>>>  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 61%
>> > > >>>>>>>>> Total 4.2s
>> > > >>>>>>>>>
>> > > >>>>>>>>>
>> > > >>>>>>>>>
>> > > >>>>>>>>> --
>> > > >>>>>>>>> Best Regards
>> > > >>>>>>>>>
>> > > >>>>>>>>> Jeff Zhang
>> > > >>>>>>>>>
>> > > >>>>>>>>
>> > > >>>>>>>>
>> > > >>>>>>>
>> > > >>>>>>
>> > > >>>>>>
>> > > >>>>>> --
>> > > >>>>>> Best Regards
>> > > >>>>>>
>> > > >>>>>> Jeff Zhang
>> > > >>>>>>
>> > > >>>>>
>> > > >>>>>
>> > > >>>>>
>> > > >>>>> --
>> > > >>>>> Best Regards
>> > > >>>>>
>> > > >>>>> Jeff Zhang
>> > > >>>>>
>> > > >>>>
>> > > >>>>
>> > > >>>
>> > > >>>
>> > > >>> --
>> > > >>> Best Regards
>> > > >>>
>> > > >>> Jeff Zhang
>> > > >>>
>> > > >>
>> > > >>
>> > > >>
>> > > >> --
>> > > >> Best Regards
>> > > >>
>> > > >> Jeff Zhang
>> > > >>
>> > > >
>> > > >
>> > > >
>> > > > --
>> > > > --
>> > > > Kind regards,
>> > > > Alexander.
>> > > >
>> > > >
>> > >
>> > >
>> > > --
>> > > --
>> > > Kind regards,
>> > > Alexander.
>> > >
>> >
>>
>>
>>
>> --
>> Thankx and Regards,
>>
>> Prabhjyot Singh
>>
>
>
>
> --
> --
> Kind regards,
> Alexander.
>
>


-- 
--
Kind regards,
Alexander.

Reply via email to