Commit a95c8d4
authored
Merge pull request #130 from Flow-IPC/tkt-flow-94_should-log-perf
Flow has gained a unit test suite similar to Flow-IPC and now houses various common test utilities, so they are removed here, and instead we reuse them from their new location in Flow. / In test/demo programs using the new (albeit optional) flow::log::Config::init_component_to_union_idx_mapping() arg in the now-recommended way.File tree
13 files changed
+40
-94
lines changed- test/suite
- perf_demo
- unit_test
- sanitize/tsan
13 files changed
+40
-94
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | 128 | | |
130 | 129 | | |
131 | 130 | | |
| |||
Submodule flow updated 1360 files
- src/ipc/test/test_common_util.cpp-98
- src/ipc/test/test_common_util.hpp-85
- src/ipc/test/test_config.cpp-34
- src/ipc/test/test_config.hpp-54
- src/ipc/test/test_fake_object.hpp+1-19
- src/ipc/test/test_file_util.cpp-85
- src/ipc/test/test_file_util.hpp-47
- src/ipc/test/test_logger.hpp+4-4
- test/basic/link_test/main.cpp+2-2
Submodule ipc_session updated 1 file
Submodule ipc_shm_arena_lend updated 18 files
- src/ipc/session/standalone/shm/arena_lend/jemalloc/test/shm_session_test.cpp+3-2
- src/ipc/session/standalone/shm/arena_lend/jemalloc/test/test_shm_session_server.cpp+3-2
- src/ipc/session/standalone/shm/arena_lend/jemalloc/test/test_shm_session_server.hpp+1-1
- src/ipc/session/standalone/shm/arena_lend/jemalloc/test/test_shm_session_server_executor.cpp+2-2
- src/ipc/session/standalone/shm/arena_lend/jemalloc/test/test_shm_session_server_launcher.cpp+2-1
- src/ipc/session/standalone/shm/arena_lend/test/borrower_collection_test.cpp+1-2
- src/ipc/session/standalone/shm/arena_lend/test/lender_collection_test.cpp+2-1
- src/ipc/shm/arena_lend/detail/shm_pool_offset_ptr_data.cpp+2-2
- src/ipc/shm/arena_lend/jemalloc/test/ipc_arena_test.cpp+1-1
- src/ipc/shm/arena_lend/jemalloc/test/jemalloc_pages_test.cpp+3-2
- src/ipc/shm/arena_lend/jemalloc/test/memory_manager_test.cpp+6-5
- src/ipc/shm/arena_lend/jemalloc/test/shm_pool_collection_test.cpp+4-2
- src/ipc/shm/arena_lend/test/borrower_shm_pool_collection_test.cpp+3-1
- src/ipc/shm/arena_lend/test/owner_shm_pool_collection_test.cpp+2-1
- src/ipc/shm/arena_lend/test/shm_pool_collection_test.cpp+3-2
- src/ipc/shm/arena_lend/test/test_shm_object.cpp+3-2
- src/ipc/shm/arena_lend/test/test_shm_object.hpp+2-2
- test/basic/link_test/common.cpp+2-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
56 | 21 | | |
57 | 22 | | |
58 | 23 | | |
59 | 24 | | |
60 | 25 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | 26 | | |
86 | 27 | | |
87 | 28 | | |
| |||
123 | 64 | | |
124 | 65 | | |
125 | 66 | | |
| 67 | + | |
| 68 | + | |
126 | 69 | | |
127 | | - | |
128 | | - | |
129 | 70 | | |
130 | 71 | | |
131 | 72 | | |
| |||
163 | 104 | | |
164 | 105 | | |
165 | 106 | | |
166 | | - | |
167 | | - | |
| 107 | + | |
168 | 108 | | |
169 | 109 | | |
170 | 110 | | |
171 | 111 | | |
172 | 112 | | |
173 | 113 | | |
| 114 | + | |
| 115 | + | |
174 | 116 | | |
175 | | - | |
176 | 117 | | |
177 | 118 | | |
178 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
51 | | - | |
| 54 | + | |
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
| |||
0 commit comments