@@ -33,50 +33,58 @@ let%expect_test "basic" =
3333 (spec
3434 ((deploy (After 1 ))
3535 (spec (Assoc ((Image (String prepor / condo- test:good)))))
36- (health_timeout 10 ) (stop_timeout 10 )))))
36+ (health_timeout 10 ) (stop_timeout 10 )))
37+ (created_at .+ ) (stable_at ()))) (regexp )
3738 condo_spec --> New state : (Stable
3839 ((id .+ ) (regexp )
3940 (spec
4041 ((deploy (After 1 ))
4142 (spec (Assoc ((Image (String prepor / condo- test:good)))))
42- (health_timeout 10 ) (stop_timeout 10 )))))
43+ (health_timeout 10 ) (stop_timeout 10 )))
44+ (created_at .+ ) (stable_at (.+ )))) (regexp )
4345 Pulling image prepor / condo- test:good2
4446 condo_spec --> New state : (WaitNext
4547 (((id .+ ) (regexp )
4648 (spec
4749 ((deploy (After 1 ))
4850 (spec (Assoc ((Image (String prepor / condo- test:good)))))
49- (health_timeout 10 ) (stop_timeout 10 ))))
51+ (health_timeout 10 ) (stop_timeout 10 )))
52+ (created_at .+ ) (stable_at (.+ ))) (regexp )
5053 ((id .+ ) (regexp )
5154 (spec
5255 ((deploy (After 1 ))
5356 (spec (Assoc ((Image (String prepor / condo- test:good2)))))
54- (health_timeout 10 ) (stop_timeout 10 ))))))
57+ (health_timeout 10 ) (stop_timeout 10 )))
58+ (created_at .+ ) (stable_at ())))) (regexp )
5559 condo_spec --> New state : (Stable
5660 ((id .+ ) (regexp )
5761 (spec
5862 ((deploy (After 1 ))
5963 (spec (Assoc ((Image (String prepor / condo- test:good2)))))
60- (health_timeout 10 ) (stop_timeout 10 )))))
64+ (health_timeout 10 ) (stop_timeout 10 )))
65+ (created_at .+ ) (stable_at ()))) (regexp )
6166 Pulling image prepor / condo- test:bad
6267 condo_spec --> New state : (WaitNext
6368 (((id .+ ) (regexp )
6469 (spec
6570 ((deploy (After 1 ))
6671 (spec (Assoc ((Image (String prepor / condo- test:good2)))))
67- (health_timeout 10 ) (stop_timeout 10 ))))
72+ (health_timeout 10 ) (stop_timeout 10 )))
73+ (created_at .+ ) (stable_at ())) (regexp )
6874 ((id .+ ) (regexp )
6975 (spec
7076 ((deploy (After 1 ))
7177 (spec (Assoc ((Image (String prepor / condo- test:bad)))))
72- (health_timeout 10 ) (stop_timeout 10 ))))))
78+ (health_timeout 10 ) (stop_timeout 10 )))
79+ (created_at .+ ) (stable_at ())))) (regexp )
7380 test .native: [WARNING ] condo_spec --> Health checked not passed in 10 secs
7481 condo_spec --> New state : (TryAgainNext
7582 (((id .+ ) (regexp )
7683 (spec
7784 ((deploy (After 1 ))
7885 (spec (Assoc ((Image (String prepor / condo- test:good2)))))
79- (health_timeout 10 ) (stop_timeout 10 ))))
86+ (health_timeout 10 ) (stop_timeout 10 )))
87+ (created_at .+ ) (stable_at ())) (regexp )
8088 ((deploy (After 1 )) (spec (Assoc ((Image (String prepor / condo- test:bad)))))
8189 (health_timeout 10 ) (stop_timeout 10 ))
8290 .+ )) (regexp )
@@ -86,17 +94,20 @@ let%expect_test "basic" =
8694 (spec
8795 ((deploy (After 1 ))
8896 (spec (Assoc ((Image (String prepor / condo- test:good2)))))
89- (health_timeout 10 ) (stop_timeout 10 ))))
97+ (health_timeout 10 ) (stop_timeout 10 )))
98+ (created_at .+ ) (stable_at ())) (regexp )
9099 ((id .+ ) (regexp )
91100 (spec
92101 ((deploy (After 1 ))
93102 (spec (Assoc ((Image (String prepor / condo- test:good)))))
94- (health_timeout 10 ) (stop_timeout 10 ))))))
103+ (health_timeout 10 ) (stop_timeout 10 )))
104+ (created_at .+ ) (stable_at ())))) (regexp )
95105 condo_spec --> New state : (Stable
96106 ((id .+ ) (regexp )
97107 (spec
98108 ((deploy (After 1 ))
99109 (spec (Assoc ((Image (String prepor / condo- test:good)))))
100- (health_timeout 10 ) (stop_timeout 10 )))))
110+ (health_timeout 10 ) (stop_timeout 10 )))
111+ (created_at .+ ) (stable_at ()))) (regexp )
101112 condo_spec --> Stop
102113 condo_spec --> New state : Init |}]
0 commit comments