elek opened a new pull request #2164:
URL: https://github.com/apache/ozone/pull/2164
## What changes were proposed in this pull request?
Today we execute ozonefs/ozonefs.robot with compose/ozone/test.sh with
multiple matrix parameters:
```
for scheme in ofs o3fs; do
for bucket in link bucket; do
#test ozonefs/ozonefs.robot
done
done
```
HDDS-2939 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
```
## What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-5093
## How was this patch tested?
CI tests. Checked the artifacts (new test names are included) and compared
the time.
Build times: 55 min (before patch) ,47 min (after this patch), 41 min
(master)
But this specific PR build seems to be slower (compared the numbers and the
same freon tests were slower on the branch compared to the master)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]