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