xapi-project / xen-api

The Xapi Project's XenAPI Server
http://xenproject.org/developers/teams/xapi.html
Other
346 stars 283 forks source link

IH-397: Replace async with lwt in xapi-storage-script #6019

Closed psafont closed 3 days ago

psafont commented 1 week ago

This allows to remove all dependencies on async and core.

Compared to previous PRs, the new glue code has been put into a library and tests have been added, mainly Process.run. The directory watcher does not have unit tests.

This code has passed internal suites on Sept 20th: Storage GFS2 BVT: 205277 Storage GFS2 Regression: 205278 Storage GFS2 Functional: 205279

Since then, I've rebased the branch and added more tests, but there were no conflicts to be resolved. The build made on top of latest xapi master is passed the toolstack suite: Ring3 BST + BVT: 205582