Greetings ooRexx'ers, Erich Steinböck wrote:
These are just artifacts due to left-over temp files, no real issue I've seen these a few times, but it's unclear what causes the test framework to fail delete those temp files
I concur... I merely kicked off a rerun of the same test suite a second time. Executing tests from /home/mdlueck/Documents/.../chapter5/Section1.testGroup Executing tests from /home/mdlueck/Documents/.../bug1853738.testGroup Executing tests from /home/mdlueck/Documents/.../ooRexx/samples/month.testGroup ooTest Framework - Automated Test of the ooRexx Interpreter Interpreter: REXX-ooRexx_5.0.0(MT)_64-bit 6.05 18 Mar 2018 OS Name: LINUX SysLinVer: Linux 4.4.0-116-generic SysVersion: Linux #140-Ubuntu SMP Mon Feb 12 21:23:04 UTC 2018.4.4.0-116-generic Tests ran: 22355 Assertions: 374982 Failures: 0 Errors: 0 File search: 00:00:03.185590 Suite construction: 00:00:01.568270 Test execution: 00:04:32.206821 Total time: 00:04:37.322254 mdlueck@testxd1604x64:~/Documents/test50/trunk$
Do the temp files show suspicious attributes?
Here you go... mdlueck@testxd1604x64:/tmp$ find . ./.ICE-unix ./.ICE-unix/1508 ./.X0-lock ./systemd-private-fdb02a89da2b494ba0e6b0effa3d83f0-rtkit-daemon.service-L5UihU find: ‘./systemd-private-fdb02a89da2b494ba0e6b0effa3d83f0-rtkit-daemon.service-L5UihU’: Permission denied ./.Test-unix ./.xfsm-ICE-FVLKFZ ./.XIM-unix ./.X11-unix ./.X11-unix/X0 ./.font-unix ./config-err-JYEXps mdlueck@testxd1604x64:/tmp$ cd .Test-unix/ mdlueck@testxd1604x64:/tmp/.Test-unix$ ls -al total 8 drwxrwxrwt 2 root root 4096 Mar 19 13:54 . drwxrwxrwt 8 root root 4096 Mar 19 14:12 .. mdlueck@testxd1604x64:/tmp/.Test-unix$ cd .. mdlueck@testxd1604x64:/tmp$ ls -al total 40 drwxrwxrwt 8 root root 4096 Mar 19 14:12 . drwxr-xr-x 24 root root 4096 Mar 18 21:08 .. -rw------- 1 mdlueck mdlueck 0 Mar 19 13:56 config-err-JYEXps drwxrwxrwt 2 root root 4096 Mar 19 13:54 .font-unix drwxrwxrwt 2 root root 4096 Mar 19 13:56 .ICE-unix drwx------ 3 root root 4096 Mar 19 13:54 systemd-private-fdb02a89da2b494ba0e6b0effa3d83f0-rtkit-daemon.service-L5UihU drwxrwxrwt 2 root root 4096 Mar 19 13:54 .Test-unix -r--r--r-- 1 root root 11 Mar 19 13:54 .X0-lock drwxrwxrwt 2 root root 4096 Mar 19 13:54 .X11-unix -rw------- 1 mdlueck mdlueck 434 Mar 19 13:56 .xfsm-ICE-FVLKFZ drwxrwxrwt 2 root root 4096 Mar 19 13:54 .XIM-unix mdlueck@testxd1604x64:/tmp$ So in my case, first run of the test suite raised 17 errors. Boot the VM back up, kick off the same test suite, NOW it runs cleanly. Sheesh!!! Anyway, I suppose the package I now have of ooRexx-5.0.0-11373.ubuntu1604.x86_64.deb should be deemed safe for consumption, correct? If so I will start on others. Next 16.04 x86. How far back Ubuntu LTS version wise should ooRexx v5 be able to be complied on? Also I will try to set up 18.04 build/test VM's. I am thankful, -- Michael Lueck Lueck Data Systems http://www.lueckdatasystems.com/ ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
