[ 
https://issues.apache.org/jira/browse/BIGTOP-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konstantin Boudnik updated BIGTOP-1213:
---------------------------------------

    Summary: TestHadoopExamples smokes: orderering of tests; other improvements 
 (was: BigTop map defining TestHadoopExamples smokes ~ orderering is 
nondeterministic of tests.  Should be orderd.)

> TestHadoopExamples smokes: orderering of tests; other improvements
> ------------------------------------------------------------------
>
>                 Key: BIGTOP-1213
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-1213
>             Project: Bigtop
>          Issue Type: Improvement
>          Components: Tests
>    Affects Versions: 0.7.0
>            Reporter: jay vyas
>            Assignee: Dasha Boudnik
>             Fix For: 0.8.0
>
>         Attachments: BIGTOP-1213.patch, BIGTOP-1213.patch
>
>
> According to the JDK contract for a Map, the order of iteration is not 
> gauranteed.  
> But in TestHadoopExamples.groovy, we define a map and iterate through it.  
> The tests should run in the defined order, 
> 1) both for determinism, as well 
> 2) so that TeraGen always runs before TeraSort 
> {noformat}
>  static Map examples =
>     [
>         pi :'5 10',
>         wordcount :"$EXAMPLES/text $EXAMPLES_OUT/wordcount",
>         teragen :"${terasort_rows} teragen${terasortid}",
>         terasort :"teragen${terasortid} terasort${terasortid}",
>         teravalidate :"terasort${terasortid} tervalidate${terasortid}",
>         ... 
>     ];
> {noformat}
>     examples.each { k, v -> res[k] = [k.toString(), v.toString()] as 
> Object[]; }
> {noformat} 
> While implementing this JIRA, we can also add in some other minor 
> improvements : 
> - Parameterization of calculate pi so that it can run fast on VMS
> - Remove "sleep" , as its not in newer versions of YARN ( i think, need to 
> confirm) 
> TL;DR, Im proposing a fix to add concreted deterministic JDK-independant 
> ordering to the Map so tests always run in same order +  a few minor upgrades 
> to this class while were at it. 



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

Reply via email to