Previous | Next
Topic: Log fields not updating consistently
Conf: 537, Msg: 37485
From: Darryl Hurley (dhurley@mdsi.bc.ca)
Date: 9/8/00 12:58 PM

Log fields not updating consistently Darryl Hurley drh dhurley@mdsi.bc.ca Here is the output of what I do :

SQL> select *
2 from ut_suite;

ID
----------
NAME
--------------------------------------------
DESCRIPTION
--------------------------------------------
EXECUTIONS FAILURES LAST_STAR LAST_END
---------- ---------- --------- ---------
7
DRH

07-SEP-00 07-SEP-00


SQL> exec utplsql.testsuite('DRH',FALSE);
Hello
SUCCESS: Package "my_package"

PL/SQL procedure successfully completed.

SQL> /

ID
----------
NAME
--------------------------------------------
DESCRIPTION
--------------------------------------------
EXECUTIONS FAILURES LAST_STAR LAST_END
---------- ---------- --------- ---------
7
DRH

08-SEP-00 08-SEP-00

The dates get updated but the executions (and failures?) does not.