Skip to content

Commit 7d2c257

Browse files
authored
Unmute Osiris tests and temporarily disable multithreading (#10737)
1 parent c8a32ef commit 7d2c257

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/config/muted_ya.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,4 @@ ydb/core/tx/schemeshard/ut_pq_reboots TPqGroupTestReboots.CreateMultiplePqTablet
209209
ydb/tests/functional/serializable test.py.test_local
210210
ydb/core/blobstorage/ut_vdisk TBsVDiskGC.GCPutKeepBarrierSync
211211
ydb/core/blobstorage/ut_vdisk TBsVDiskManyPutGet.ManyPutRangeGetCompactionIndexOnly
212-
ydb/core/blobstorage/ut_blobstorage/ut_osiris Osiris.block42
213-
ydb/core/blobstorage/ut_blobstorage/ut_osiris Osiris.mirror3dc
214-
ydb/core/blobstorage/ut_blobstorage/ut_osiris Osiris.mirror3of4
215212
ydb/core/blobstorage/ut_mirror3of4 Mirror3of4.ReplicationSmall

ydb/core/blobstorage/ut_blobstorage/osiris.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <util/system/condvar.h>
55
#include <util/system/info.h>
66

7-
#define SINGLE_THREAD 0
7+
#define SINGLE_THREAD 1
88

99
namespace {
1010

0 commit comments

Comments
 (0)