Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
5269c347
Commit
5269c347
authored
Nov 19, 2012
by
Leif Walsh
Committed by
Yoni Fogel
Apr 17, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refs #5351 don't do that
git-svn-id:
file:///svn/toku/tokudb@50133
c7de825b-a66e-492c-adef-691d508d4ae1
parent
8bf21e54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
10 deletions
+8
-10
src/tests/CMakeLists.txt
src/tests/CMakeLists.txt
+8
-10
No files found.
src/tests/CMakeLists.txt
View file @
5269c347
...
...
@@ -463,16 +463,14 @@ if(BUILD_TESTING OR BUILD_SRC_TESTS)
add_test
(
ydb/
${
test
}
${
CMAKE_CFG_INTDIR
}
/run_stress_test.sh $<TARGET_FILE:
${
test
}
> 150000 1000 600
)
if
(
NOT
${
src
}
MATCHES test_stress0
)
add_custom_executable
(
tiny
${
test
}
${
base
}
)
add_drd_test
(
ydb/drd_tiny_
${
test
}
$<TARGET_FILE:tiny_
${
test
}
> --num_seconds 5 --num_elements 150 --join_timeout 1200
)
add_custom_executable
(
mid
${
test
}
${
base
}
)
add_drd_test
(
ydb/drd_mid_
${
test
}
${
CMAKE_CFG_INTDIR
}
/run_stress_test.sh $<TARGET_FILE:mid_
${
test
}
> 10000 100 2400
)
set_tests_properties
(
ydb/drd_mid_
${
test
}
PROPERTIES TIMEOUT 5400
)
add_custom_executable
(
large
${
test
}
${
base
}
)
add_drd_test
(
ydb/drd_large_
${
test
}
${
CMAKE_CFG_INTDIR
}
/run_stress_test.sh $<TARGET_FILE:large_
${
test
}
> 150000 1000 9600
)
set_tests_properties
(
ydb/drd_large_
${
test
}
PROPERTIES TIMEOUT 14400
)
endif
()
add_custom_executable
(
tiny
${
test
}
${
base
}
)
add_drd_test
(
ydb/drd_tiny_
${
test
}
$<TARGET_FILE:tiny_
${
test
}
> --num_seconds 5 --num_elements 150 --join_timeout 1200
)
add_custom_executable
(
mid
${
test
}
${
base
}
)
add_drd_test
(
ydb/drd_mid_
${
test
}
${
CMAKE_CFG_INTDIR
}
/run_stress_test.sh $<TARGET_FILE:mid_
${
test
}
> 10000 100 2400
)
set_tests_properties
(
ydb/drd_mid_
${
test
}
PROPERTIES TIMEOUT 5400
)
add_custom_executable
(
large
${
test
}
${
base
}
)
add_drd_test
(
ydb/drd_large_
${
test
}
${
CMAKE_CFG_INTDIR
}
/run_stress_test.sh $<TARGET_FILE:large_
${
test
}
> 150000 1000 9600
)
set_tests_properties
(
ydb/drd_large_
${
test
}
PROPERTIES TIMEOUT 14400
)
endif
()
endforeach
(
src
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment