Skip to content
Snippets Groups Projects
Unverified Commit 2c9330f0 authored by Jan M Michalski's avatar Jan M Michalski Committed by GitHub
Browse files

Merge pull request #3932 from Greg091/disable-pmemcheck-pmempool-transform

test: force-disable pmemcheck in a few pmempool_transform tests
parents 3f5382e0 79c4ff4b
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash #!/usr/bin/env bash
# #
# Copyright 2016-2018, Intel Corporation # Copyright 2016-2019, Intel Corporation
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions # modification, are permitted provided that the following conditions
...@@ -44,6 +44,9 @@ require_fs_type any ...@@ -44,6 +44,9 @@ require_fs_type any
require_dax_device_alignments $SIZE_4KB $SIZE_4KB require_dax_device_alignments $SIZE_4KB $SIZE_4KB
# the test takes too long under pmemcheck
configure_valgrind pmemcheck force-disable
setup setup
OFFSET=$(get_devdax_size 0) OFFSET=$(get_devdax_size 0)
......
...@@ -45,6 +45,9 @@ require_fs_type any ...@@ -45,6 +45,9 @@ require_fs_type any
require_dax_device_alignments $SIZE_2MB $SIZE_2MB require_dax_device_alignments $SIZE_2MB $SIZE_2MB
require_max_devdax_size 0 $PMEMOBJ_MAX_ALLOC_SIZE require_max_devdax_size 0 $PMEMOBJ_MAX_ALLOC_SIZE
# the test takes too long under pmemcheck
configure_valgrind pmemcheck force-disable
setup setup
DAX_SIZE[0]=$(get_devdax_size 0) DAX_SIZE[0]=$(get_devdax_size 0)
......
...@@ -47,6 +47,9 @@ require_fs_type any ...@@ -47,6 +47,9 @@ require_fs_type any
require_dax_device_alignments $SIZE_4KB $SIZE_4KB require_dax_device_alignments $SIZE_4KB $SIZE_4KB
require_max_devdax_size 0 $PMEMOBJ_MAX_ALLOC_SIZE require_max_devdax_size 0 $PMEMOBJ_MAX_ALLOC_SIZE
# the test takes too long under pmemcheck
configure_valgrind pmemcheck force-disable
setup setup
# test requires at least (size of device DAX #0 + 1G) of free space in $DIR # test requires at least (size of device DAX #0 + 1G) of free space in $DIR
......
#!/usr/bin/env bash #!/usr/bin/env bash
# #
# Copyright 2016-2018, Intel Corporation # Copyright 2016-2019, Intel Corporation
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions # modification, are permitted provided that the following conditions
...@@ -45,6 +45,9 @@ require_fs_type any ...@@ -45,6 +45,9 @@ require_fs_type any
require_dax_device_alignments $SIZE_4KB $SIZE_4KB require_dax_device_alignments $SIZE_4KB $SIZE_4KB
# the test takes too long under pmemcheck
configure_valgrind pmemcheck force-disable
setup setup
OFFSET=$(get_devdax_size 0) OFFSET=$(get_devdax_size 0)
......
...@@ -45,6 +45,9 @@ require_fs_type any ...@@ -45,6 +45,9 @@ require_fs_type any
require_dax_device_alignments $SIZE_2MB $SIZE_2MB require_dax_device_alignments $SIZE_2MB $SIZE_2MB
require_max_devdax_size 0 $PMEMOBJ_MAX_ALLOC_SIZE require_max_devdax_size 0 $PMEMOBJ_MAX_ALLOC_SIZE
# the test takes too long under pmemcheck
configure_valgrind pmemcheck force-disable
setup setup
DAX_SIZE[0]=$(get_devdax_size 0) DAX_SIZE[0]=$(get_devdax_size 0)
......
...@@ -48,6 +48,9 @@ require_fs_type any ...@@ -48,6 +48,9 @@ require_fs_type any
require_dax_device_alignments $SIZE_4KB $SIZE_4KB require_dax_device_alignments $SIZE_4KB $SIZE_4KB
require_max_devdax_size 0 $PMEMOBJ_MAX_ALLOC_SIZE require_max_devdax_size 0 $PMEMOBJ_MAX_ALLOC_SIZE
# the test takes too long under pmemcheck
configure_valgrind pmemcheck force-disable
setup setup
# test requires at least (size of device DAX #0 + 1G) of free space in $DIR # test requires at least (size of device DAX #0 + 1G) of free space in $DIR
......
...@@ -44,6 +44,9 @@ require_fs_type any ...@@ -44,6 +44,9 @@ require_fs_type any
require_dax_device_alignments $SIZE_4KB $SIZE_4KB $SIZE_2MB $SIZE_2MB require_dax_device_alignments $SIZE_4KB $SIZE_4KB $SIZE_2MB $SIZE_2MB
require_max_devdax_size 0 $PMEMOBJ_MAX_ALLOC_SIZE require_max_devdax_size 0 $PMEMOBJ_MAX_ALLOC_SIZE
# the test takes too long under pmemcheck
configure_valgrind pmemcheck force-disable
setup setup
dax_device_zero dax_device_zero
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment