Skip to content

Commit c1dc81f

Browse files
committed
chore: add to ci
1 parent b312bd5 commit c1dc81f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ jobs:
160160
161161
- name: C++ Unit Tests
162162
run: |
163+
${GITHUB_WORKSPACE}/tools/fauly_io.sh create
164+
163165
cd ${GITHUB_WORKSPACE}/build
164166
echo Run ctest -V -L DFLY
165167
@@ -196,6 +198,8 @@ jobs:
196198
timeout 5m ./json_family_test --jsonpathv2=false
197199
timeout 5m ./tiered_storage_test --vmodule=db_slice=2 --logtostderr
198200
201+
${GITHUB_WORKSPACE}/tools/fauly_io.sh remove
202+
199203
- name: Upload unit logs on failure
200204
if: failure()
201205
uses: actions/upload-artifact@v4

src/server/tiering/disk_storage_test.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ TEST_F(DiskStorageTest, ReUse) {
129129

130130

131131
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";
134134

135135
pp_->at(0)->Await([this] {
136136
auto ec = Open("/mnt/tiering_flaky/backing");

0 commit comments

Comments
 (0)