File tree 7 files changed +12
-15
lines changed
7 files changed +12
-15
lines changed Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ testtype=check
354
354
fstype=all
355
355
testconfig=" ./testconfig.sh"
356
356
killopt=" -k 10s"
357
- runtest_timeout=" 30m "
357
+ runtest_timeout=" 3m "
358
358
use_timeout=" ok"
359
359
testfile=all
360
360
testseq=all
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ configure_valgrind helgrind force-enable
16
16
setup
17
17
18
18
PMEM_IS_PMEM_FORCE=1 expect_normal_exit\
19
- ./obj_pmalloc_mt$EXESUFFIX 32 1000 100 $DIR /testfile.TEST0
19
+ ./obj_pmalloc_mt$EXESUFFIX 32 1000 100 $DIR /testfile0
20
20
21
21
pass
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ configure_valgrind helgrind force-disable
16
16
setup
17
17
18
18
PMEM_IS_PMEM_FORCE=1 expect_normal_exit\
19
- ./obj_pmalloc_mt$EXESUFFIX 32 1000 100 $DIR /testfile.TEST1
19
+ ./obj_pmalloc_mt$EXESUFFIX 32 1000 100 $DIR /testfile1
20
20
21
21
pass
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ configure_valgrind helgrind force-enable
16
16
setup
17
17
18
18
PMEM_IS_PMEM_FORCE=1 expect_normal_exit\
19
- ./obj_pmalloc_mt$EXESUFFIX 4 64 4 $DIR /testfile.TEST2
19
+ ./obj_pmalloc_mt$EXESUFFIX 4 64 4 $DIR /testfile2
20
20
21
21
pass
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ configure_valgrind drd force-enable
16
16
setup
17
17
18
18
PMEM_IS_PMEM_FORCE=1 expect_normal_exit\
19
- ./obj_pmalloc_mt$EXESUFFIX 4 64 4 $DIR /testfile.TEST3
19
+ ./obj_pmalloc_mt$EXESUFFIX 4 64 4 $DIR /testfile3
20
20
21
21
pass
Original file line number Diff line number Diff line change 11
11
12
12
require_valgrind 3.10
13
13
require_fs_type pmem
14
- require_test_type medium
14
+ require_test_type long
15
15
configure_valgrind helgrind force-enable
16
16
17
17
setup
18
18
19
- if test -f " rm $DIR /testfile.TEST8" ; then
20
- rm $DIR /testfile.TEST8
21
- fi
19
+ rm -f $DIR /testfile8
20
+
22
21
PMEM_IS_PMEM_FORCE=1 expect_normal_exit\
23
- ./obj_pmalloc_mt$EXESUFFIX 32 1000 100 $DIR /testfile.TEST8
22
+ ./obj_pmalloc_mt$EXESUFFIX 32 100 10 $DIR /testfile8
24
23
25
- if test -f " rm $DIR /testfile.TEST8" ; then
26
- rm $DIR /testfile.TEST8
27
- fi
24
+ rm $DIR /testfile8
28
25
29
26
PMEM_IS_PMEM_FORCE=1 expect_abnormal_exit\
30
- ./obj_pmalloc_mt$EXESUFFIX 32 1000 100 $DIR /testfile.TEST8
27
+ ./obj_pmalloc_mt$EXESUFFIX 32 1000 100 $DIR /testfile8
31
28
32
29
check
33
30
Original file line number Diff line number Diff line change 1
- {obj_pmalloc_mt.c:52 alloc_worker } obj_pmalloc_mt/TEST8: Error: assertion failure: a->r->offs[a->idx][i] (0x0) ! = 0 (0x0)
1
+ {obj_pmalloc_mt.c:66 realloc_worker } obj_pmalloc_mt/TEST8: Error: assertion failure: ret (0xffffffffffffffff) = = 0 (0x0)
You can’t perform that action at this time.
0 commit comments