Skip to content

Commit af2b678

Browse files
authored
AquaDHT tests: use Aqua with 'new' operator (#1224)
1 parent 275c398 commit af2b678

File tree

2 files changed

+64
-57
lines changed

2 files changed

+64
-57
lines changed

particle-node/tests/builtins/tests/src/aqua_dht/aqua/pubsub.findSubscribers.air

+22-20
Original file line numberDiff line numberDiff line change
@@ -5,38 +5,40 @@
55
(call %init_peer_id% ("getDataSrv" "-relay-") [] -relay-)
66
(call %init_peer_id% ("getDataSrv" "topic") [] topic)
77
)
8-
(xor
9-
(seq
8+
(new $res
9+
(xor
1010
(seq
1111
(seq
12-
(call -relay- ("op" "string_to_b58") [topic] k)
13-
(call -relay- ("kad" "neighborhood") [k [] []] nodes)
14-
)
15-
(par
1612
(seq
17-
(fold nodes n
18-
(par
19-
(seq
20-
(xor
21-
(seq
22-
(call n ("peer" "timestamp_sec") [] t)
23-
(call n ("aqua-dht" "get_values") [topic t] $res)
13+
(call -relay- ("op" "string_to_b58") [topic] k)
14+
(call -relay- ("kad" "neighborhood") [k [] []] nodes)
15+
)
16+
(par
17+
(seq
18+
(fold nodes n
19+
(par
20+
(seq
21+
(xor
22+
(seq
23+
(call n ("peer" "timestamp_sec") [] t)
24+
(call n ("aqua-dht" "get_values") [topic t] $res)
25+
)
26+
(null)
2427
)
25-
(null)
28+
(call -relay- ("op" "noop") [])
2629
)
27-
(call -relay- ("op" "noop") [])
30+
(next n)
2831
)
29-
(next n)
3032
)
33+
(call -relay- ("op" "noop") [])
3134
)
32-
(call -relay- ("op" "noop") [])
35+
(null)
3336
)
34-
(null)
3537
)
38+
(call -relay- ("aqua-dht" "merge_two") [$res.$.[0].result! $res.$.[1].result!] v)
3639
)
37-
(call -relay- ("aqua-dht" "merge_two") [$res.$.[0].result! $res.$.[1].result!] v)
40+
(call %init_peer_id% ("errorHandlingSrv" "error") [%last_error% 1])
3841
)
39-
(call %init_peer_id% ("errorHandlingSrv" "error") [%last_error% 1])
4042
)
4143
)
4244
(xor

particle-node/tests/builtins/tests/src/aqua_dht/aqua/pubsub.initTopicAndSubscribeBlocking.air

+42-37
Original file line numberDiff line numberDiff line change
@@ -14,65 +14,70 @@
1414
)
1515
(call %init_peer_id% ("getDataSrv" "service_id") [] service_id)
1616
)
17-
(xor
18-
(par
19-
(seq
20-
(seq
21-
(call -relay- ("op" "string_to_b58") [topic] k)
22-
(call -relay- ("kad" "neighborhood") [k [] []] nodes)
23-
)
24-
(call %init_peer_id% ("op" "noop") [])
25-
)
26-
(seq
27-
(fold nodes n
28-
(par
17+
(new $results
18+
(seq
19+
(xor
20+
(par
21+
(seq
2922
(seq
30-
(seq
31-
(call -relay- ("op" "noop") [])
32-
(xor
23+
(call -relay- ("op" "string_to_b58") [topic] k)
24+
(call -relay- ("kad" "neighborhood") [k [] []] nodes)
25+
)
26+
(call %init_peer_id% ("op" "noop") [])
27+
)
28+
(seq
29+
(fold nodes n
30+
(par
31+
(seq
3332
(seq
34-
(seq
35-
(seq
36-
(call n ("peer" "timestamp_sec") [] t)
37-
(call n ("aqua-dht" "register_key") [topic t false 0])
38-
)
39-
(call n ("aqua-dht" "put_value") [topic value t relay_id service_id 0] result)
40-
)
33+
(call -relay- ("op" "noop") [])
4134
(xor
42-
(match result.$.success! true
43-
(xor
35+
(seq
36+
(seq
4437
(seq
45-
(seq
46-
(ap result $results)
47-
(call -relay- ("op" "noop") [])
48-
)
38+
(call n ("peer" "timestamp_sec") [] t)
39+
(call n ("aqua-dht" "register_key") [topic t false 0])
40+
)
41+
(call n ("aqua-dht" "put_value") [topic value t relay_id service_id 0] result)
42+
)
43+
(xor
44+
(match result.$.success! true
4945
(xor
50-
(call %init_peer_id% ("callbackSrv" "progress") [n])
51-
(call %init_peer_id% ("errorHandlingSrv" "error") [%last_error% 1])
46+
(seq
47+
(seq
48+
(ap result $results)
49+
(call -relay- ("op" "noop") [])
50+
)
51+
(xor
52+
(call %init_peer_id% ("callbackSrv" "progress") [n])
53+
(call %init_peer_id% ("errorHandlingSrv" "error") [%last_error% 1])
54+
)
55+
)
56+
(call %init_peer_id% ("errorHandlingSrv" "error") [%last_error% 2])
5257
)
5358
)
54-
(call %init_peer_id% ("errorHandlingSrv" "error") [%last_error% 2])
59+
(null)
5560
)
5661
)
5762
(null)
5863
)
5964
)
60-
(null)
65+
(call %init_peer_id% ("op" "noop") [])
6166
)
67+
(next n)
6268
)
63-
(call %init_peer_id% ("op" "noop") [])
6469
)
65-
(next n)
70+
(call %init_peer_id% ("op" "noop") [])
6671
)
6772
)
68-
(call %init_peer_id% ("op" "noop") [])
73+
(call %init_peer_id% ("errorHandlingSrv" "error") [%last_error% 3])
6974
)
75+
(call %init_peer_id% ("op" "identity") [$results.$.[0]!] results-fix)
7076
)
71-
(call %init_peer_id% ("errorHandlingSrv" "error") [%last_error% 3])
7277
)
7378
)
7479
(xor
75-
(call %init_peer_id% ("callbackSrv" "response") [$results.$.[0]!])
80+
(call %init_peer_id% ("callbackSrv" "response") [results-fix])
7681
(call %init_peer_id% ("errorHandlingSrv" "error") [%last_error% 4])
7782
)
7883
)

0 commit comments

Comments
 (0)