File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,8 @@ jobs:
160
160
161
161
- name : C++ Unit Tests
162
162
run : |
163
+ ${GITHUB_WORKSPACE}/tools/fauly_io.sh create
164
+
163
165
cd ${GITHUB_WORKSPACE}/build
164
166
echo Run ctest -V -L DFLY
165
167
@@ -196,6 +198,8 @@ jobs:
196
198
timeout 5m ./json_family_test --jsonpathv2=false
197
199
timeout 5m ./tiered_storage_test --vmodule=db_slice=2 --logtostderr
198
200
201
+ ${GITHUB_WORKSPACE}/tools/fauly_io.sh remove
202
+
199
203
- name : Upload unit logs on failure
200
204
if : failure()
201
205
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -129,8 +129,8 @@ TEST_F(DiskStorageTest, ReUse) {
129
129
130
130
131
131
TEST_F (DiskStorageTest, FlakyDevice) {
132
- if (!filesystem::exists (" /mnt/tiering_flaky" ))
133
- GTEST_SKIP () << " Flaky device not created, use tools/faulty_io.sh" ;
132
+ // if (!filesystem::exists("/mnt/tiering_flaky"))
133
+ // GTEST_SKIP() << "Flaky device not created, use tools/faulty_io.sh";
134
134
135
135
pp_->at (0 )->Await ([this ] {
136
136
auto ec = Open (" /mnt/tiering_flaky/backing" );
You can’t perform that action at this time.
0 commit comments