From c7dc285bb6387375974781d81d5f0d98b0770838 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Fri, 25 Jun 2010 17:32:52 +0000 Subject: [PATCH] Description of a new test. --- org.glite.lb.doc/src/LBTP-Tests.tex | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/org.glite.lb.doc/src/LBTP-Tests.tex b/org.glite.lb.doc/src/LBTP-Tests.tex index 7a9e23c..7565e47 100644 --- a/org.glite.lb.doc/src/LBTP-Tests.tex +++ b/org.glite.lb.doc/src/LBTP-Tests.tex @@ -65,6 +65,8 @@ Besides pure System Functionality Tests, this list also includes In-the-Wild tes \hline {\tt lb-test-changeacl.sh} & Implemented & Test proper parsing of \code{ChangeACL} events. \\ \hline +{\tt lb-test-statistics.sh} & Implemented & Test statistic functions provided by \LB \\ +\hline \end{tabularx} \subsubsection{Event logging examples} @@ -464,6 +466,26 @@ including the checks. \result\ The \emph{test~DN} should be listed in the job's ACL. +\subsubsection{Statistics} + +\req\ All \LB\ services running + +\what\ +\begin{enumerate} +\item Register a series of jobs. +\item Generate events to push jobs to a given state. +\item Run statistics to calculate rate of jobs reaching that state. +\item Query for average time needed by test jobs to go from one state to another. +\item Check if the statistics returned reasonable results. +\end{enumerate} + +\how\ \ctblb{lb-test-statistics.sh} + +\note\ The test includes artificial delays. Takes approx. 30\,s to finish. + +\result\ Meaningful values should be returned by both tests. + + \section{LB ``In the Wild''---Real-World WMS Test} \req\ All \LB services running, working grid infrastructure accessible (including permissions). -- 1.8.2.3