You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Marton Elek (Jira)" <ji...@apache.org> on 2021/04/12 11:44:00 UTC

[jira] [Commented] (HDDS-5093) [FSO] Reducing time of ozonefs matrix build

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

Marton Elek commented on HDDS-5093:
-----------------------------------

Created this issue to have a place for conversation as I am interested about the opinion of [~adoroszlai]

> [FSO] Reducing time of ozonefs matrix build
> -------------------------------------------
>
>                 Key: HDDS-5093
>                 URL: https://issues.apache.org/jira/browse/HDDS-5093
>             Project: Apache Ozone
>          Issue Type: Sub-task
>            Reporter: Marton Elek
>            Assignee: Marton Elek
>            Priority: Major
>
> Today we execute ozonefs/ozonefs.robot with compose/ozone/test.sh with multiple matrix parameters:
> {code}
> for scheme in ofs o3fs; do
>     for bucket in link bucket; do
>        #test ozonefs/ozonefs.robot
>    done
> done
> {code}
> HDDS-2393 doubles these 4 executions with introducing the layout parameter (simple vs prefix).  At the same time the execution time of acceptance (unsecure) tests are increased from 37 minutes to 57 minutes.
> I would suggest suggesting to use only selected tests from this 2 x 2 x 2 matrix.
> For example:
> bucket / o3fs / prefix
> link / ofs / simple
> bucket / ofs / prefix
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org