From e7cc3594288f5a6ed6c6565e34413823f5b8e2d8 Mon Sep 17 00:00:00 2001 From: Robert Greig Date: Thu, 19 Apr 2007 16:29:58 +0000 Subject: Should be no BDB stuff on Apache. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@530478 13f79535-47bb-0310-9956-ffa450edef68 --- java/perftests/etc/scripts/BDB-Qpid-4.sh | 28 ------- java/perftests/etc/scripts/BDB-Qpid.sh | 12 --- java/perftests/etc/scripts/bdb-qpid-4/device.xml | 98 ---------------------- java/perftests/etc/scripts/bdb-qpid-4/filepath.xml | 97 --------------------- .../etc/scripts/bdb-qpid-4/noneexistantpath.xml | 97 --------------------- .../etc/scripts/bdb-qpid-4/nopermission.xml | 98 ---------------------- java/perftests/etc/scripts/bdb-qpid-4/starpath.xml | 98 ---------------------- 7 files changed, 528 deletions(-) delete mode 100755 java/perftests/etc/scripts/BDB-Qpid-4.sh delete mode 100755 java/perftests/etc/scripts/BDB-Qpid.sh delete mode 100644 java/perftests/etc/scripts/bdb-qpid-4/device.xml delete mode 100644 java/perftests/etc/scripts/bdb-qpid-4/filepath.xml delete mode 100644 java/perftests/etc/scripts/bdb-qpid-4/noneexistantpath.xml delete mode 100644 java/perftests/etc/scripts/bdb-qpid-4/nopermission.xml delete mode 100644 java/perftests/etc/scripts/bdb-qpid-4/starpath.xml (limited to 'java') diff --git a/java/perftests/etc/scripts/BDB-Qpid-4.sh b/java/perftests/etc/scripts/BDB-Qpid-4.sh deleted file mode 100755 index f54c057640..0000000000 --- a/java/perftests/etc/scripts/BDB-Qpid-4.sh +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/bash - -if [ -z QPID_HOME ] ; then - -echo "QPID_HOME must be set" -exit 0 -fi - -configs=`pwd` - -pushd $QPID_HOME/bin/ - -echo "Starting qpid server - device config" -./qpid-server -c $configs/bdb-qpid-4/device.xml - -echo "Starting qpid server - filepath config" -./qpid-server -c $configs/bdb-qpid-4/filepath.xml - -echo "Starting qpid server - none existent path config" -./qpid-server -c $configs/bdb-qpid-4/noneexistantpath.xml - -echo "Starting qpid server - no permission config" -./qpid-server -c $configs/bdb-qpid-4/nopermission.xml - -echo "Starting qpid server - Star in path config" -./qpid-server -c $configs/bdb-qpid-4/starpath.xml - -popd diff --git a/java/perftests/etc/scripts/BDB-Qpid.sh b/java/perftests/etc/scripts/BDB-Qpid.sh deleted file mode 100755 index 8ff233dc6d..0000000000 --- a/java/perftests/etc/scripts/BDB-Qpid.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -# Parse arguements taking all - prefixed args as JAVA_OPTS -for arg in "$@"; do - if [[ $arg == -java:* ]]; then - JAVA_OPTS="${JAVA_OPTS}-`echo $arg|cut -d ':' -f 2` " - else - ARGS="${ARGS}$arg " - fi -done - -java -Xms256m -Dlog4j.configuration=perftests.log4j -Xmx256m -Dbadger.level=warn -Damqj.test.logging.level=warn -Damqj.logging.level=warn ${JAVA_OPTS} -cp qpid-perftests-1.0-incubating-M2-SNAPSHOT-all-test-deps.jar org.apache.qpid.ping.PingDurableClient -o $QPID_WORK/results ${ARGS} diff --git a/java/perftests/etc/scripts/bdb-qpid-4/device.xml b/java/perftests/etc/scripts/bdb-qpid-4/device.xml deleted file mode 100644 index a052f85167..0000000000 --- a/java/perftests/etc/scripts/bdb-qpid-4/device.xml +++ /dev/null @@ -1,98 +0,0 @@ - - - - ${QPID_HOME} - ${QPID_WORK} - ${prefix}/etc - $HOME - - - true - nio - 5672 - 8672 - 32768 - 32768 - - - true - - - - false - false - 65535 - false - - - - - - passwordfile - org.apache.qpid.server.security.auth.database.PlainPasswordVhostFilePrincipalDatabase - - - passwordFile - ${conf}/passwdVhost - - - - - - - org.apache.qpid.server.security.access.AllowAll - - - - - - device - - - - org.apache.qpid.server.store.berkeleydb.BDBMessageStore - /dev/null - - - - - - - - 0 - 2.0 - - - true - - - ${conf}/virtualhosts.xml - - - diff --git a/java/perftests/etc/scripts/bdb-qpid-4/filepath.xml b/java/perftests/etc/scripts/bdb-qpid-4/filepath.xml deleted file mode 100644 index ebce10cb95..0000000000 --- a/java/perftests/etc/scripts/bdb-qpid-4/filepath.xml +++ /dev/null @@ -1,97 +0,0 @@ - - - - ${QPID_HOME} - ${QPID_WORK} - ${prefix}/etc - $HOME - - - true - nio - 5672 - 8672 - 32768 - 32768 - - - true - - - - false - false - 65535 - false - - - - - - passwordfile - org.apache.qpid.server.security.auth.database.PlainPasswordVhostFilePrincipalDatabase - - - passwordFile - ${conf}/passwdVhost - - - - - - - org.apache.qpid.server.security.access.AllowAll - - - - - - pathToAFile - - - - org.apache.qpid.server.store.berkeleydb.BDBMessageStore - ${conf}/config.xml - - - - - - - 0 - 2.0 - - - true - - - ${conf}/virtualhosts.xml - - - diff --git a/java/perftests/etc/scripts/bdb-qpid-4/noneexistantpath.xml b/java/perftests/etc/scripts/bdb-qpid-4/noneexistantpath.xml deleted file mode 100644 index c20beb1c92..0000000000 --- a/java/perftests/etc/scripts/bdb-qpid-4/noneexistantpath.xml +++ /dev/null @@ -1,97 +0,0 @@ - - - - ${QPID_HOME} - ${QPID_WORK} - ${prefix}/etc - $HOME - - - true - nio - 5672 - 8672 - 32768 - 32768 - - - true - - - - false - false - 65535 - false - - - - - - passwordfile - org.apache.qpid.server.security.auth.database.PlainPasswordVhostFilePrincipalDatabase - - - passwordFile - ${conf}/passwdVhost - - - - - - - org.apache.qpid.server.security.access.AllowAll - - - - - - nonExistentPath - - - - org.apache.qpid.server.store.berkeleydb.BDBMessageStore - ${work}/bdb-qpid-5/1/localhost-store - - - - - - - 0 - 2.0 - - - true - - - ${conf}/virtualhosts.xml - - - diff --git a/java/perftests/etc/scripts/bdb-qpid-4/nopermission.xml b/java/perftests/etc/scripts/bdb-qpid-4/nopermission.xml deleted file mode 100644 index 958a19cda2..0000000000 --- a/java/perftests/etc/scripts/bdb-qpid-4/nopermission.xml +++ /dev/null @@ -1,98 +0,0 @@ - - - - ${QPID_HOME} - ${QPID_WORK} - ${prefix}/etc - $HOME - - - true - nio - 5672 - 8672 - 32768 - 32768 - - - true - - - - false - false - 65535 - false - - - - - - passwordfile - org.apache.qpid.server.security.auth.database.PlainPasswordVhostFilePrincipalDatabase - - - passwordFile - ${conf}/passwdVhost - - - - - - - org.apache.qpid.server.security.access.AllowAll - - - - - - noPermissions - - - - org.apache.qpid.server.store.berkeleydb.BDBMessageStore - /etc/bdb-qpid-5/ - - - - - - - - 0 - 2.0 - - - true - - - ${conf}/virtualhosts.xml - - - diff --git a/java/perftests/etc/scripts/bdb-qpid-4/starpath.xml b/java/perftests/etc/scripts/bdb-qpid-4/starpath.xml deleted file mode 100644 index c795ec5202..0000000000 --- a/java/perftests/etc/scripts/bdb-qpid-4/starpath.xml +++ /dev/null @@ -1,98 +0,0 @@ - - - - ${QPID_HOME} - ${QPID_WORK} - ${prefix}/etc - $HOME - - - true - nio - 5672 - 8672 - 32768 - 32768 - - - true - - - - false - false - 65535 - false - - - - - - passwordfile - org.apache.qpid.server.security.auth.database.PlainPasswordVhostFilePrincipalDatabase - - - passwordFile - ${conf}/passwdVhost - - - - - - - org.apache.qpid.server.security.access.AllowAll - - - - - - - pathWithStar - - - - org.apache.qpid.server.store.berkeleydb.BDBMessageStore - ${work}/bdb-qpid-5/2/*-store - - - - - - - 0 - 2.0 - - - true - - - ${conf}/virtualhosts.xml - - - -- cgit v1.2.1