# HG changeset patch # User Sebastien Decugis # Date 1277799072 -32400 # Node ID 2521e4d91dac507485b595b44550291d6a7f4b87 # Parent 0aa95dd79d0f0618b96345a0242a2f47a60e0c8e Added the allext test diff -r 0aa95dd79d0f -r 2521e4d91dac contrib/nightly_tests/README --- a/contrib/nightly_tests/README Tue Jun 29 17:10:52 2010 +0900 +++ b/contrib/nightly_tests/README Tue Jun 29 17:11:12 2010 +0900 @@ -13,18 +13,44 @@ 1) Install all dependencies for freeDiameter. See the "prereqs" file. $ sudo aptitude install `wget http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/prereqs -O -` -2) Create a directory ~/fDtests +2) Create the "test" database for app_acct test (we assume the tests are run as user "test" here) +# su - postgres +# createuser test +Shall the new role be a superuser? (y/n) n +Shall the new role be allowed to create databases? (y/n) y +Shall the new role be allowed to create more new roles? (y/n) n +# logout +$ whoami +test +$ createdb test +$ psql test +psql (8.4.4) +Type "help" for help. + +test=> +CREATE TABLE incoming_test ( +recorded_on timestamp with time zone NOT NULL, +"Accounting-Record-Type" integer, +"Session-Id" bytea, +"Accounting-Record-Number" integer, +"Route-Record1" bytea, +"Route-Record2" bytea, +"Route-Record3" bytea, +"Route-Record4" bytea ); +\q + +3) Create a directory ~/fDtests $ cd $ mkdir fDtests $ cd fDtests -3) Retrieve the runtests.sh script and save in this directory +4) Retrieve the runtests.sh script and save in this directory $ wget http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/runtests.sh $ chmod +x runtests.sh -4) Create a file local.cmake defining the name of the build slave in this directory also. +5) Create a file local.cmake defining the name of the build slave in this directory also. $ echo "SET(CTEST_SITE \""`hostname`"\")" > local.cmake -5) Run the script once to check it works properly +6) Run the script once to check it works properly -6) Set up a crontab to run the script +7) Set up a crontab to run the script diff -r 0aa95dd79d0f -r 2521e4d91dac contrib/nightly_tests/allext.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/contrib/nightly_tests/allext.conf Tue Jun 29 17:11:12 2010 +0900 @@ -0,0 +1,24 @@ + +# This configuration compiles all the extensions. It also performs a coverage test. +# For this to pass, you need to setup the pg database for app_acct test. + +set(WITH_COVERAGE TRUE) +set(CTEST_BUILD_NAME "All extensions") + +set(CTEST_BUILD_OPTIONS "") +set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_ACL_WL:BOOL=ON) +set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_APP_ACCT:BOOL=ON -DTEST_APP_ACCT:BOOL=ON -DTEST_APP_ACCT_CONNINFO:STRING="user=test dbname=test") +set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_APP_RADGW:BOOL=ON) +set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_DBG_MONITOR:BOOL=ON) +set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_DBG_RT:BOOL=ON) +set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_DICT_EAP:BOOL=ON) +set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_DICT_NASREQ:BOOL=ON) +set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_DICT_SIP:BOOL=ON) +set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_RGWX_ACCT:BOOL=ON) +set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_RGWX_AUTH:BOOL=ON) +set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_RGWX_DEBUG:BOOL=ON) +set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_RGWX_ECHODROP:BOOL=ON) +set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_RGWX_SAMPLE:BOOL=ON) +set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_RT_DEFAULT:BOOL=ON) +set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_TEST_APP:BOOL=ON) + diff -r 0aa95dd79d0f -r 2521e4d91dac contrib/nightly_tests/prereqs --- a/contrib/nightly_tests/prereqs Tue Jun 29 17:10:52 2010 +0900 +++ b/contrib/nightly_tests/prereqs Tue Jun 29 17:11:12 2010 +0900 @@ -1,1 +1,2 @@ -cmake mercurial make gcc flex bison binutils libsctp-dev libgnutls-dev valgrind wget +# Packages (Ubuntu names) +cmake mercurial make gcc flex bison binutils libsctp-dev libgnutls-dev valgrind wget libpq-dev postgresql diff -r 0aa95dd79d0f -r 2521e4d91dac contrib/nightly_tests/runtests.sh --- a/contrib/nightly_tests/runtests.sh Tue Jun 29 17:10:52 2010 +0900 +++ b/contrib/nightly_tests/runtests.sh Tue Jun 29 17:11:12 2010 +0900 @@ -64,10 +64,10 @@ set(CTEST_BUILD_CONFIGURATION "Profiling") set(WITH_MEMCHECK FALSE) - set(WITH_COVERAGE TRUE) + set(WITH_COVERAGE FALSE) set(CTEST_BUILD_OPTIONS "") - set(CTEST_BUILD_NAME "Unamed") + set(CTEST_BUILD_NAME "Unnamed") ########################## EOF diff -r 0aa95dd79d0f -r 2521e4d91dac contrib/nightly_tests/tests.list --- a/contrib/nightly_tests/tests.list Tue Jun 29 17:10:52 2010 +0900 +++ b/contrib/nightly_tests/tests.list Tue Jun 29 17:11:12 2010 +0900 @@ -1,4 +1,4 @@ +allext alldefault nosctp #noext -#allext