Skip to content

Instantly share code, notes, and snippets.

@cmeiklejohn
Created April 10, 2018 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmeiklejohn/30c2484837f414b972aadba2cc28d44d to your computer and use it in GitHub Desktop.
Save cmeiklejohn/30c2484837f414b972aadba2cc28d44d to your computer and use it in GitHub Desktop.
cmeiklejohn@parrhesia:/mnt/c/Users/chris/GitHub/unir$ clear; make kill; ./rebar3 proper --noshrink -n 1 --start_size 10pkill -9 beam.smp; pkill -9 epmd; exit 0===> Verifying dependencies...
===> Compiling unir
===> Testing prop_unir:prop_test()
11:30:57.855 [info] Application lager started on node 'runner@127.0.0.1'
11:31:25.964 [info] [join] 'node_2@parrhesia.localdomain' to ('node_1@parrhesia.localdomain'): ok
11:31:33.281 [info] [join] 'node_3@parrhesia.localdomain' to ('node_1@parrhesia.localdomain'): ok
11:31:39.631 [info] [join] 'node_4@parrhesia.localdomain' to ('node_1@parrhesia.localdomain'): ok
11:31:46.156 [info] [join] 'node_5@parrhesia.localdomain' to ('node_1@parrhesia.localdomain'): ok
----------------------------------------------------
2018-04-10 11:33:45.889
write_object: node node_1 key <<"key">> value <<36,224,217,211,36,78,128,102>>
Warning: ct_logs not started
write_object: node node_1 key <<"key">> value <<36,224,217,211,36,78,128,102>>
----------------------------------------------------
2018-04-10 11:33:46.047
write_object: node node_2 key <<"key">> value <<36,255,24,101,91,153,156,8,176,
151>>
Warning: ct_logs not started
write_object: node node_2 key <<"key">> value <<36,255,24,101,91,153,156,8,176,
151>>
----------------------------------------------------
2018-04-10 11:33:46.080
write_object: node node_2 key <<"key">> value <<"/~">>
Warning: ct_logs not started
write_object: node node_2 key <<"key">> value <<"/~">>
----------------------------------------------------
2018-04-10 11:33:46.108
read_object: node node_1 key <<"key">>
Warning: ct_logs not started
read_object: node node_1 key <<"key">>
----------------------------------------------------
2018-04-10 11:33:46.127
read_object: returned key <<"key">> value <<"/~">>
Warning: ct_logs not started
read_object: returned key <<"key">> value <<"/~">>
----------------------------------------------------
2018-04-10 11:33:46.128
read_object: value read was written, OK
Warning: ct_logs not started
read_object: value read was written, OK.
OK: Passed 1 test(s).
75% {prop_unir,write_object,3}
25% {prop_unir,read_object,2}
===>
1/1 properties passed
cmeiklejohn@parrhesia:/mnt/c/Users/chris/GitHub/unir$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment