[jboss-jira] [JBoss JIRA] (WFLY-12021) Mixed domain testsuite should remove unneeded expanded dists as it goes
Brian Stansberry (Jira)
issues at jboss.org
Sat Apr 27 10:29:00 EDT 2019
[ https://issues.jboss.org/browse/WFLY-12021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated WFLY-12021:
------------------------------------
Description:
OldVersionCopier unzips the legacy AS zip for the version requested. But there is no subsequent cleanup.
Simplest is to have the method that unzips check for all the other versions besides the one being tested and remove any it finds. The tests execute grouped by version so when work on a new version begins the expanded dist for the previous version is not needed.
That will leave one behind, but that's ok. The problem here is the overall disk utilization during CI jobs and getting this down to just one is ok. And after the last version runs, the CI jobs complete anyway.
was:
OldVersionCopier unzips the legacy AS zip for the version requested. But there is no subsequent cleanup.
Simplest is to have the method that unzips check for all the other versions besides the one being tested and remove any it finds.
That will leave one behind, but that's ok. The problem here is the overall disk utilization during CI jobs and getting this down to just one is fine. And after the last version runs, the CI jobs complete anyway.
> Mixed domain testsuite should remove unneeded expanded dists as it goes
> -----------------------------------------------------------------------
>
> Key: WFLY-12021
> URL: https://issues.jboss.org/browse/WFLY-12021
> Project: WildFly
> Issue Type: Enhancement
> Components: Management, Test Suite
> Reporter: Brian Stansberry
> Assignee: Brian Stansberry
> Priority: Minor
>
> OldVersionCopier unzips the legacy AS zip for the version requested. But there is no subsequent cleanup.
> Simplest is to have the method that unzips check for all the other versions besides the one being tested and remove any it finds. The tests execute grouped by version so when work on a new version begins the expanded dist for the previous version is not needed.
> That will leave one behind, but that's ok. The problem here is the overall disk utilization during CI jobs and getting this down to just one is ok. And after the last version runs, the CI jobs complete anyway.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list