pysys-commits Mailing List for PySys System Test Framework (Page 16)
Brought to you by:
ben-spiller,
moraygrieve
You can subscribe to this list here.
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
(14) |
Oct
(63) |
Nov
(15) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(12) |
Jun
(13) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(9) |
Dec
(13) |
2015 |
Jan
|
Feb
(17) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
(5) |
Oct
|
Nov
|
Dec
(35) |
2016 |
Jan
(34) |
Feb
(2) |
Mar
|
Apr
|
May
(40) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
(1) |
Feb
|
Mar
(12) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2018 |
Jan
|
Feb
|
Mar
(22) |
Apr
(32) |
May
(86) |
Jun
(41) |
Jul
(16) |
Aug
(18) |
Sep
(21) |
Oct
(13) |
Nov
(3) |
Dec
|
2019 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <ben...@us...> - 2015-12-11 18:34:01
|
Revision: 677 http://sourceforge.net/p/pysys/code/677 Author: ben-spiller Date: 2015-12-11 18:33:59 +0000 (Fri, 11 Dec 2015) Log Message: ----------- only start the stdin writer thread if we have to write to stdin, since 99% of the time we don't need it (and I'm not certain it's thread-safe) Modified Paths: -------------- branches/ben-cleanup/pysys/process/commonwrapper.py branches/ben-cleanup/pysys/process/plat-unix/helper.py branches/ben-cleanup/pysys/process/plat-win32/helper.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2015-12-11 18:06:10
|
Revision: 676 http://sourceforge.net/p/pysys/code/676 Author: ben-spiller Date: 2015-12-11 18:06:09 +0000 (Fri, 11 Dec 2015) Log Message: ----------- refactor process wrappers to pull out the substantial amount of common stuff into a baseclass CommonProcessWrapper Modified Paths: -------------- branches/ben-cleanup/pysys/process/plat-unix/helper.py branches/ben-cleanup/pysys/process/plat-win32/helper.py Added Paths: ----------- branches/ben-cleanup/pysys/process/commonwrapper.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2015-12-11 17:39:07
|
Revision: 675 http://sourceforge.net/p/pysys/code/675 Author: ben-spiller Date: 2015-12-11 17:39:06 +0000 (Fri, 11 Dec 2015) Log Message: ----------- it's really useful to log the test title when running the test, so there's no need to peek in the xml to find out what it's for Modified Paths: -------------- branches/ben-cleanup/pysys/baserunner.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2015-12-11 17:18:59
|
Revision: 674 http://sourceforge.net/p/pysys/code/674 Author: ben-spiller Date: 2015-12-11 17:18:58 +0000 (Fri, 11 Dec 2015) Log Message: ----------- indentation typo Modified Paths: -------------- branches/ben-cleanup/pysys/baserunner.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2015-12-11 17:06:13
|
Revision: 673 http://sourceforge.net/p/pysys/code/673 Author: ben-spiller Date: 2015-12-11 17:06:12 +0000 (Fri, 11 Dec 2015) Log Message: ----------- improve comments around cleanup Modified Paths: -------------- branches/ben-cleanup/pysys/basetest.py branches/ben-cleanup/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2015-12-11 17:03:49
|
Revision: 672 http://sourceforge.net/p/pysys/code/672 Author: ben-spiller Date: 2015-12-11 17:03:47 +0000 (Fri, 11 Dec 2015) Log Message: ----------- move getNextAvailableTCPPort from BaseTest to ProcessUser so it can also be used by runners Modified Paths: -------------- branches/ben-cleanup/pysys/basetest.py branches/ben-cleanup/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2015-12-11 17:02:05
|
Revision: 671 http://sourceforge.net/p/pysys/code/671 Author: ben-spiller Date: 2015-12-11 17:02:03 +0000 (Fri, 11 Dec 2015) Log Message: ----------- add BaseRunner.isPurgableFile Modified Paths: -------------- branches/ben-cleanup/pysys/baserunner.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2015-12-11 16:54:42
|
Revision: 670 http://sourceforge.net/p/pysys/code/670 Author: ben-spiller Date: 2015-12-11 16:54:41 +0000 (Fri, 11 Dec 2015) Log Message: ----------- move startProcess, addOutcome and associated methods from basetest to processuser; this gives us a unified startprocess implementation for runner and basetest, and the ability to intelligently report outcomes to BaseTest from the process-related methods that are common to basetest+runner Modified Paths: -------------- branches/ben-cleanup/pysys/basetest.py branches/ben-cleanup/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2015-12-11 16:52:01
|
Revision: 669 http://sourceforge.net/p/pysys/code/669 Author: ben-spiller Date: 2015-12-11 16:51:59 +0000 (Fri, 11 Dec 2015) Log Message: ----------- give outcome reason in test 55 Modified Paths: -------------- branches/ben-cleanup/pysys-examples/internal/testcases/PySys_internal_055/run.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2015-12-11 15:41:34
|
Revision: 668 http://sourceforge.net/p/pysys/code/668 Author: ben-spiller Date: 2015-12-11 15:41:33 +0000 (Fri, 11 Dec 2015) Log Message: ----------- remove unnecessary sleeping in win32 process helper Modified Paths: -------------- branches/ben-cleanup/pysys/process/plat-win32/helper.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mar...@us...> - 2015-09-11 16:24:02
|
Revision: 667 http://sourceforge.net/p/pysys/code/667 Author: martinbent Date: 2015-09-11 16:24:01 +0000 (Fri, 11 Sep 2015) Log Message: ----------- Added TeamCityResultsWriter (but no tests yet). Modified Paths: -------------- branches/mben/pysys/launcher/console.py branches/mben/pysys/writer/__init__.py branches/mben/pysys-examples/pysysproject.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mar...@us...> - 2015-09-09 09:19:32
|
Revision: 666 http://sourceforge.net/p/pysys/code/666 Author: martinbent Date: 2015-09-09 09:19:30 +0000 (Wed, 09 Sep 2015) Log Message: ----------- Branch for TeamCity Writer and process stats work. Added Paths: ----------- branches/mben/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2015-09-03 17:17:48
|
Revision: 665 http://sourceforge.net/p/pysys/code/665 Author: ben-spiller Date: 2015-09-03 17:17:47 +0000 (Thu, 03 Sep 2015) Log Message: ----------- log at the start of the validate() method to make output easier to read Modified Paths: -------------- branches/ben-cleanup/pysys/baserunner.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2015-09-03 17:17:28
|
Revision: 664 http://sourceforge.net/p/pysys/code/664 Author: ben-spiller Date: 2015-09-03 17:17:26 +0000 (Thu, 03 Sep 2015) Log Message: ----------- fix thread-safety of process wrappers by adding a lock (was getting inconsistent results for .exitStatus due to races between the main test thread and background stdin writer thread) Modified Paths: -------------- branches/ben-cleanup/pysys/process/plat-unix/helper.py branches/ben-cleanup/pysys/process/plat-win32/helper.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2015-09-03 15:33:26
|
Revision: 663 http://sourceforge.net/p/pysys/code/663 Author: ben-spiller Date: 2015-09-03 15:33:24 +0000 (Thu, 03 Sep 2015) Log Message: ----------- fix typo in stdout/stderr log messages Modified Paths: -------------- branches/ben-cleanup/pysys/process/plat-unix/helper.py branches/ben-cleanup/pysys/process/plat-win32/helper.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2015-08-26 16:32:25
|
Revision: 661 http://sourceforge.net/p/pysys/code/661 Author: ben-spiller Date: 2015-08-26 16:32:23 +0000 (Wed, 26 Aug 2015) Log Message: ----------- delete ben's misc and faiolure handling branches whcih got merged to trunk Removed Paths: ------------- branches/ben-misc/ branches/failure-handling/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2015-08-26 16:31:09
|
Revision: 660 http://sourceforge.net/p/pysys/code/660 Author: ben-spiller Date: 2015-08-26 16:31:08 +0000 (Wed, 26 Aug 2015) Log Message: ----------- create branch for cleanup/__del__ related changes Added Paths: ----------- branches/ben-cleanup/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2015-08-26 16:30:06
|
Revision: 659 http://sourceforge.net/p/pysys/code/659 Author: ben-spiller Date: 2015-08-26 16:30:04 +0000 (Wed, 26 Aug 2015) Log Message: ----------- be tolerant of lowercase when setting loglevel e.g. "--verbosity debug" Modified Paths: -------------- trunk/pysys/launcher/console.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2015-02-09 18:30:15
|
Revision: 658 http://sourceforge.net/p/pysys/code/658 Author: moraygrieve Date: 2015-02-09 18:30:14 +0000 (Mon, 09 Feb 2015) Log Message: ----------- Merge from the ben-misc branch Modified Paths: -------------- trunk/pysys/basetest.py trunk/pysys/process/plat-win32/helper.py trunk/pysys/utils/filegrep.py trunk/pysys-examples/internal/testcases/PySys_internal_046/run.py Property Changed: ---------------- trunk/ trunk/pysys/ trunk/pysys-examples/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2015-02-09 17:48:37
|
Revision: 657 http://sourceforge.net/p/pysys/code/657 Author: moraygrieve Date: 2015-02-09 17:48:29 +0000 (Mon, 09 Feb 2015) Log Message: ----------- Merge from the failure-handling branch Modified Paths: -------------- trunk/pysys/__init__.py trunk/pysys/baserunner.py trunk/pysys/basetest.py trunk/pysys/constants.py trunk/pysys/exceptions.py trunk/pysys/launcher/__init__.py trunk/pysys/launcher/console.py trunk/pysys/manual/__init__.py trunk/pysys/manual/ui.py trunk/pysys/process/__init__.py trunk/pysys/process/plat-unix/helper.py trunk/pysys/process/plat-unix/monitor.py trunk/pysys/process/plat-win32/helper.py trunk/pysys/process/plat-win32/monitor.py trunk/pysys/process/user.py trunk/pysys/unit/__init__.py trunk/pysys/unit/pyunit.py trunk/pysys/utils/__init__.py trunk/pysys/utils/allocport.py trunk/pysys/utils/filecopy.py trunk/pysys/utils/filediff.py trunk/pysys/utils/filegrep.py trunk/pysys/utils/filereplace.py trunk/pysys/utils/fileunzip.py trunk/pysys/utils/linecount.py trunk/pysys/utils/loader.py trunk/pysys/utils/smtpserver.py trunk/pysys/utils/threadpool.py trunk/pysys/writer/__init__.py trunk/pysys/xml/__init__.py trunk/pysys/xml/descriptor.py trunk/pysys/xml/manual.py trunk/pysys/xml/project.py trunk/pysys-examples/internal/testcases/PySys_internal_024/Input/environment.py trunk/pysys-examples/internal/testcases/PySys_internal_024/run.py trunk/pysys-examples/internal/testcases/PySys_internal_051/run.py trunk/pysys-examples/internal/testcases/PySys_internal_052/run.py trunk/pysys-examples/internal/testcases/PySys_internal_053/run.py Property Changed: ---------------- trunk/ trunk/pysys/ trunk/pysys-examples/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2015-02-06 22:20:41
|
Revision: 656 http://sourceforge.net/p/pysys/code/656 Author: moraygrieve Date: 2015-02-06 22:20:39 +0000 (Fri, 06 Feb 2015) Log Message: ----------- Stop pycharm complaining Modified Paths: -------------- branches/failure-handling/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2015-02-06 22:06:58
|
Revision: 655 http://sourceforge.net/p/pysys/code/655 Author: moraygrieve Date: 2015-02-06 22:06:56 +0000 (Fri, 06 Feb 2015) Log Message: ----------- Make it pass on Darwin Modified Paths: -------------- branches/failure-handling/pysys-examples/internal/testcases/PySys_internal_024/Input/environment.py branches/failure-handling/pysys-examples/internal/testcases/PySys_internal_024/run.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2015-02-06 21:59:40
|
Revision: 654 http://sourceforge.net/p/pysys/code/654 Author: moraygrieve Date: 2015-02-06 21:59:38 +0000 (Fri, 06 Feb 2015) Log Message: ----------- Update copyright on branch before we merge it down Modified Paths: -------------- branches/failure-handling/pysys/__init__.py branches/failure-handling/pysys/baserunner.py branches/failure-handling/pysys/basetest.py branches/failure-handling/pysys/constants.py branches/failure-handling/pysys/exceptions.py branches/failure-handling/pysys/launcher/__init__.py branches/failure-handling/pysys/launcher/console.py branches/failure-handling/pysys/manual/__init__.py branches/failure-handling/pysys/manual/ui.py branches/failure-handling/pysys/process/__init__.py branches/failure-handling/pysys/process/plat-unix/helper.py branches/failure-handling/pysys/process/plat-unix/monitor.py branches/failure-handling/pysys/process/plat-win32/helper.py branches/failure-handling/pysys/process/plat-win32/monitor.py branches/failure-handling/pysys/process/user.py branches/failure-handling/pysys/unit/__init__.py branches/failure-handling/pysys/unit/pyunit.py branches/failure-handling/pysys/utils/__init__.py branches/failure-handling/pysys/utils/allocport.py branches/failure-handling/pysys/utils/filecopy.py branches/failure-handling/pysys/utils/filediff.py branches/failure-handling/pysys/utils/filegrep.py branches/failure-handling/pysys/utils/filereplace.py branches/failure-handling/pysys/utils/fileunzip.py branches/failure-handling/pysys/utils/linecount.py branches/failure-handling/pysys/utils/loader.py branches/failure-handling/pysys/utils/smtpserver.py branches/failure-handling/pysys/utils/threadpool.py branches/failure-handling/pysys/writer/__init__.py branches/failure-handling/pysys/xml/__init__.py branches/failure-handling/pysys/xml/descriptor.py branches/failure-handling/pysys/xml/manual.py branches/failure-handling/pysys/xml/project.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2015-02-06 21:41:01
|
Revision: 653 http://sourceforge.net/p/pysys/code/653 Author: moraygrieve Date: 2015-02-06 21:40:54 +0000 (Fri, 06 Feb 2015) Log Message: ----------- Removed cases of PASSED:<msg> ... passed (and same for failed) as duplicate information Modified Paths: -------------- branches/failure-handling/pysys/basetest.py branches/failure-handling/pysys-examples/internal/testcases/PySys_internal_051/run.py branches/failure-handling/pysys-examples/internal/testcases/PySys_internal_052/run.py branches/failure-handling/pysys-examples/internal/testcases/PySys_internal_053/run.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2015-02-06 19:30:12
|
Revision: 652 http://sourceforge.net/p/pysys/code/652 Author: moraygrieve Date: 2015-02-06 19:30:05 +0000 (Fri, 06 Feb 2015) Log Message: ----------- Correct the argument call Modified Paths: -------------- branches/failure-handling/pysys/process/plat-unix/helper.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |