Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.eso.org/projects/dfs/team/OT-test-report-V1-4-1-beta1.txt
Дата изменения: Wed Mar 14 16:00:22 2001
Дата индексирования: Sun Apr 13 22:54:29 2008
Кодировка:

Поисковые слова: эта киля
TEST REPORT FOR OT V1-4-1 beta1
==================================

Tests performed from 05/03/2001 to 07/03/2001.
The main goal here was to check whether some new bug fixes were
correctly implemented (See corresponding Release Note), but mostly
if OT tcl-tk correctly works with the new CCS MARCH2001 on HP-UX 11.

This release is to be installed on all UTs for DFS MARCH2001.

Tests were performed on following configuration:
** FOR OT **
wg0arc visitor:~ 549 > uname -a
HP-UX wg0arc B.11.00 A 9000/782 2000404527 two-user license
with CCSLite March2001

** FOR BOB (version 1.96) **
wtctest tcuser:~ 532 > uname -a
HP-UX wtctest B.10.20 A 9000/785 2000011959 two-user license
with FULLCCS March2001

Engineering account, user 0, accessing SEGSRV12.
Some tests with visitor account 1797, accessing SEGSRV12.


Main performed tests
--------------------
* Run OT and check main window content using several accounts (visitor,
and engineering).

* load different queues, create new ones.

* save, close, delete queues.

* move OBs to execution sequence.

* View OB details.

* Interface to BOB: fetch several ISAAC/FORS2 OBs.


Conclusion
----------
This test session represents an effort of about 8 hours spread over 2.5 working days.

The 11 bug fixes or changes addressed by this beta1 are ALL fixed, expect item 1254
(see below). Most important bug fixes are:
* [1240] Fixed bug: if the calibrationReq column included
double-quotes, the "Comment..." function was producing an error.
==> SOLVED
* [1217] Fixed bug (again): command line option "-debug" was ignored
if it was not the first command line option.
==> SOLVED
* [1097] Fixed bug: ScheduleView->Reports->ProgrammeConstraints->Save
was hanging if target file was not writable.
==> SOLVED


This OT version works correctly with CCS MARCH2001 on HP-UX 11:
- fetch of OBs work,
- seems to be FASTER than before.
- the previous bug we had when transfering large OBs seems to be fixed. I was
able to transfer an OBD file of 250K, which is already a big one (40 templates,
each attaching a paramfile).

Anyway, loading queues performances are not improved here (and were not to be improved
by this release).

2 critical bugs were found in this beta1 (one immediatly fixed by a patch).
Another critical bug related to an installation issue was also detected.
Then, 1 high and 2 minor bugs were found. All these new bugs are to be fixed by beta2.


Detailed tests results from KH
------------------------------

* When querying the DB browser from OT, I get the following
error message: can't read "headers": no such variable while executing
"set headings $headers"
CRITICAL: immediatly solved by 2 patch files
($OT/source/tcl/classes/OTSessionView.tcl, $OT/source/tcl/mod/dbSQL.tcl)

* /diska/flowmgr/dfs/ohs/bin/DemoApp.image processes created using almost
all CPU
CRITICAL: delivery issue immediatly solved by installing the latest HP 11
LISP image.

* [1254] Added command line options -uid, -pwd, -q and -qx to support
OT performance assessment via batch loading of queues.
-uid
-pwd
When used together, these two options allow OT to start
without a login panel.
-q
This option causes the OT to load an initial queue (schedule)
after startup; a new queue load timing report is then
generated.
-qx
When used with -q, this option causes the OT to terminate
right after the initial queue is loaded.
Rewrote the queue load timing report. It is now more complete,
timing is more accurate, SQL queries are accounted separately, a
MINOR: when invalid, the password is displayed in clear: to be
fixed by beta2 (item 1266).
HIGH: some wrong arguments are not correctly treated: to be solved
in beta2 (item 1274).
MINOR: standard "arguments usage" message is to be displayed ANYTIME wrong
arguments are entered: to be solved in beta2 (item 1274).
CRITICAL [item 1275]:
SQL ERROR: SQL Error: sybsql: dbsqlexec failed:7:
102: Incorrect syntax near ','.:20018: General SQL
Server error: Check messages from the SQL Server. Query was:
INSERT INTO schedules
( sch_id, item_name, item_description,
user_id, item_start, item_duration, tel_code )
VALUES
( 104430, 'OT schedule 104430', '',
,0 , 0, 'UT1')
It seems that when login information are provided via the -uid and -pwd
command line switches, the login process is not completed.


* Notice that there was no way to reproduce error [1173] (progress bar
for ProgrammeConstraints had invalid title) even when loading a very large
queue of 331 OBs. So, I can not say if it's really solved.