You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2014/01/30 06:22:12 UTC

[jira] [Commented] (BIGTOP-1197) bigtop-test-framework internal tests are failing on fedora 19

    [ https://issues.apache.org/jira/browse/BIGTOP-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13886262#comment-13886262 ] 

Konstantin Boudnik commented on BIGTOP-1197:
--------------------------------------------

{{org.apache.bigtop.itest.pmanager.PackageManagerTest}} is failing on Ubuntu as well (for a long time, I think)
it happens because
{{pkgs.get(0).getMeta()["description"]}} returns null

the fix would be apparent (and if you are working on the patch you might consider it):
{{pkgs.get(0).getMeta()["description"]?.length()}}

> bigtop-test-framework internal tests are failing on fedora 19
> -------------------------------------------------------------
>
>                 Key: BIGTOP-1197
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-1197
>             Project: Bigtop
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 0.7.0
>         Environment: fc19 32 bit (bitness shouldn't matter)
>            Reporter: Mikhail Antonov
>            Assignee: Mikhail Antonov
>            Priority: Minor
>             Fix For: 0.8.0
>
>
> Failed tests: 
>   searchForGcc(org.apache.bigtop.itest.pmanager.PackageManagerTest)
>   testGetServicesCron(org.apache.bigtop.itest.pmanager.PackageManagerTest)
>   testGetContentList(org.apache.bigtop.itest.pmanager.PackageManagerTest)
>   testGetAllAlternatives(org.apache.bigtop.itest.posix.AlternativeTest)
> Reason is, that rpm package cron isn't there indeed.
> [root@localhost mantonov]# rpm -q cron
> package cron is not installed



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)