]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/doc/examples/dataset_example64.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / dataset_example64.output
1 //[example_output
2 > dataset_example64
3 Running 12 test cases...
4 test 1: 0, 0
5 test 1: 0, 1
6 test 1: 0, 2
7 test 1: 1, 0
8 test 1: 1, 1
9 test 1: 1, 2
10 test 2: 0 / 1.00001, 0
11 test 2: 0 / 1.13154, 1
12 test 2: 1 / 1.75561, 0
13 test.cpp(40): error: in "test2/_2": check random_sample < 1.7 has failed [1.75560534 >= 1.7]
14 Failure occurred in a following context:
15 xr = 1; random_sample = 1.75560534; index = 0;
16 test 2: 1 / 1.45865, 1
17 test 2: 2 / 1.53277, 0
18 test 2: 2 / 1.21896, 1
19
20 *** 1 failure is detected in the test module "dataset_example64"
21 //]