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

Attila Doroszlai commented on HDDS-6463:
----------------------------------------

bq. why "test-s3-haproxy.sh" is not defined under any suite to run as separate?

Probably unintentionally.  Test scripts without explicit {{#suite:}} are 
included in the {{misc}} run, so it's not a big problem:

{code:title=https://github.com/apache/ozone/blob/3cf721e2d78a9f36598f908156b911b9ddb42306/hadoop-ozone/dist/src/main/compose/testlib.sh#L53-L59}
     # 'misc' is default suite, add untagged tests, too
    if [[ "misc" == "${OZONE_ACCEPTANCE_SUITE}" ]]; then
       untagged="$(all_tests_in_immediate_child_dirs | xargs grep -L 
"^#suite:")"
       if [[ -n "${untagged}" ]]; then
         tests=$(echo ${tests} ${untagged} | xargs -n1 | sort)
       fi
     fi
{code}

> Finer grained acceptance test splits
> ------------------------------------
>
>                 Key: HDDS-6463
>                 URL: https://issues.apache.org/jira/browse/HDDS-6463
>             Project: Apache Ozone
>          Issue Type: Sub-task
>          Components: build, test
>            Reporter: Attila Doroszlai
>            Assignee: Devesh Kumar Singh
>            Priority: Major
>              Labels: performance
>
> GitHub Actions introduced the ability to "Re-run failed jobs", saving 
> resources when re-running failed CI checks.  [~smeng] suggested to extract 
> acceptance tests into finer-grained splits.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to