Bugs item #1144794, was opened at 2005-02-20 08:35
Message generated for change (Comment added) made by naughtont
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109368&aid=1144794&group_id=9368

Category: Packages
Group: 4.1
Status: Open
Resolution: None
Priority: 9
Submitted By: Thomas Naughton (naughtont)
Assigned to: Thomas Naughton (naughtont)
Summary: failing apitests for pvm

Initial Comment:
Dave pointed out that there were some failing apitest
for pvm.  After further inquiry it appears that the
test run fine from the command line but fail when run
from test_cluster.  More info:

LOCATED BY DAVE LOMBARD

This issue only occurs when running the apitest from
the wizard on 4.1, however, when the cmds are run from
the commandline, they are just fine (b/c the path is ok).


BUG:

  when running test_cluster:run_pkg_apitest_test(), the
resulting apitest cmd doesn't have all of PATH, causing
the pvmd-path.apt test to fail.  This is b/c
"/opt/pvm3/lib/" is not set in the PATH.  This PATH is
setup via the pvm module file.  Therefore, there is
something wrong with the module/switcher stuff when
running test_cluster.


----------------------------------------------------------------------

>Comment By: Thomas Naughton (naughtont)
Date: 2005-03-08 14:15

Message:
Logged In: YES 
user_id=288102

Hmm.  I'll test w/o exiting Wizard to see if i get the error.

Also, the FutureWarning did occur for my FC2 tests, it is
related to python2.3.  It is a warning so I was ignoring it,
i don't want to hide the warning since it occurs for the
current libs/apitest but should be fixed at some time in the
future.

Otherwise i could tell python to ignore warnings or
something if we *really* don't want to see this warning.
(python -W ignore apitest ...)

----------------------------------------------------------------------

Comment By: David N. Lombard (dnl)
Date: 2005-03-08 10:26

Message:
Logged In: YES 
user_id=27334

csh is a pox upon mankind.

----------------------------------------------------------------------

Comment By: Bernard Li (bernardli)
Date: 2005-03-08 01:04

Message:
Logged In: YES 
user_id=879102

Yes, still seeing the problem on FC2.  Though you are right,
if you re-run the test later it is fine, but it fails if you
do the installation/testing in one shot.

---
Running Installation tests for pvm
/usr/lib/python2.3/site-packages/twisted/internet/defer.py:398:
FutureWarning: hex()/oct() of negative int will return a
signed string in Python 2.4 and up
  return "<%s at %s>" % (cname, hex(id(self)))
[PASS]       2005-03-07T21:56:08Z   pvmd-path.apt
[PASS]       2005-03-07T21:56:08Z   envvar-pvmroot.apt
[PASS]       2005-03-07T21:56:08Z   envvar-pvmarch.apt

There were issues running some user test scripts.  Please
check your logs
located in /home/oscartst.

ERROR 1 REPORTED ABOVE.
---

All tests passed, yet it still says it has error?

I am also getting the FutureWarning on FC2.

Thanks.

----------------------------------------------------------------------

Comment By: Thomas Naughton (naughtont)
Date: 2005-03-08 00:42

Message:
Logged In: YES 
user_id=288102

Dave, was CSH used on your system instead of BASH (default).
 I'm not sure how it could b/c test_cluster creates a new
shell/xterm...but maybe?  I ask b/c it appears PATH grows
(for CSH) upon each new invocation.

I did the following 4 times and here's what I got:
   csh; echo $PATH > path.csh.X
# where X was the level in the stack for new shell invocations

[EMAIL PROTECTED] ~]# wc path.csh.*
      1       1     341 path.csh.0       <<< INITIAL CSH SHELL
      1       1     413 path.csh.1       <<< FIRST
INVOCATION/STACK...
      1       1     485 path.csh.2
      1       1     557 path.csh.3


----------------------------------------------------------------------

Comment By: Thomas Naughton (naughtont)
Date: 2005-03-08 00:30

Message:
Logged In: YES 
user_id=288102

Hmm.  I just tested this on my system using 4.1b1r2986 on
RH9 and it worked just fine (see below).  Are others getting
errors when these tests run?  (Note, I did stop the wizard
after step6 and then restart
 later to finish the install.)

I was not able to duplicate the issue on my test system.

=========================
Run APItests...

Running Installation tests for pvm
[PASS]       2005-03-08T00:21:37Z   pvmd-path.apt
[PASS]       2005-03-08T00:21:37Z   envvar-pvmroot.apt
[PASS]       2005-03-08T00:21:37Z   envvar-pvmarch.apt



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109368&aid=1144794&group_id=9368


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to