You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The poolTester test suite is run using ./poolTester runScript -s scripts/master but it hangs and fails to complete when I try to run it. I can run individual poolTester tests such as:
And the killPlumbedWorker script fails with usable debugging information before scripts/master hangs. I don't know which test is causing poolTester to hang.
The text was updated successfully, but these errors were encountered:
killPlumbedWorker fails on solaris also. It provides a manifestation of a bug where old generations don't get collected as they should.
I haven't had an issue with the master script hanging though.
You should be able to tell how far it gets by looking in the scratch/testpool1 directory. There will be a subdirectory for each script that the master script runs labeled script0, script1 ... scriptn
The script subdirectories have a log file, so you can see what the pool has logged so far.
The poolTester test suite is run using
./poolTester runScript -s scripts/master
but it hangs and fails to complete when I try to run it. I can run individualpoolTester
tests such as:And the killPlumbedWorker script fails with usable debugging information before
scripts/master
hangs. I don't know which test is causing poolTester to hang.The text was updated successfully, but these errors were encountered: