Commit 3eeff78
authored
IH-397: Replace async with lwt in xapi-storage-script (#6019)
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: 205582File tree
37 files changed
+1137
-1695
lines changed- ocaml
- message-switch
- async
- core_test
- async
- xapi-storage-script
- xen-api-client
- async_examples
- async
37 files changed
+1137
-1695
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | 64 | | |
69 | 65 | | |
70 | 66 | | |
| |||
527 | 523 | | |
528 | 524 | | |
529 | 525 | | |
530 | | - | |
531 | | - | |
532 | | - | |
533 | | - | |
534 | 526 | | |
535 | 527 | | |
536 | 528 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | | - | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | | - | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments