Commit graph

73 commits

Author SHA1 Message Date
Richard Hartmann
be34e7e3b7 new proxy stuff seems to work 2016-03-04 13:27:04 +01:00
Richard Hartmann
9f1a5435e4 redesign the proxy operations to be more robust, work in progress 2016-03-03 15:27:07 +01:00
Richard Hartmann
2bb9edded0 Merge branch 'random_subDB_name' of https://github.com/cimatosa/jobmanager 2016-01-27 15:22:28 +01:00
Richard Hartmann
f633e7c550 added per job time statistics to JM client 2016-01-27 15:20:36 +01:00
cimatosa
0ee1780ed2 random file naming seems to work now 2016-01-26 16:47:07 +01:00
cimatosa
a3542b7f6c minor adds in PersistentDataStructure 2016-01-18 15:26:56 +01:00
cimatosa
1e2b90149a added merge for two PDS 2016-01-14 16:42:31 +01:00
Richard Hartmann
988ed36d18 convinced the PersistentDataStructure to save np.ndarrays in sparate file 2015-12-03 17:21:14 +01:00
cimatosa
5191bf28ea fixed doc and tests 2015-11-13 16:13:23 +01:00
cimatosa
488bef5774 now also restore namedtuple when loading 2015-11-13 10:16:52 +01:00
Richard Hartmann
3656b9997f bigfix in python2 variant of 'open', added return value 2015-11-12 23:54:56 +01:00
Richard Hartmann
d108365422 restore bin foot print via list of classes 2015-11-12 23:54:10 +01:00
cimatosa
9e89cfa3e1 save 2015-11-12 14:12:24 +01:00
cimatosa
4e81fbdbe5 changed to pass pytest 2015-11-12 14:08:00 +01:00
cimatosa
d30bbd1baa added versioning to binfootprint, and made new version 2015-11-12 14:07:05 +01:00
Richard Hartmann
009d7241c8 used bytes / str (3.4/2.7) and data storage, so the bin foot print is now hashable 2015-11-11 21:59:42 +01:00
Richard Hartmann
6ea441c83c works now with py2.7 2015-11-11 21:20:14 +01:00
cimatosa
2d25f54bdb binfootprint test added 2015-11-11 19:51:31 +01:00
cimatosa
b9fefba952 some changes made to use binfootprint to distinguish argumets -> still needs some python2 suppoer, I'm working on this 2015-11-11 15:06:48 +01:00
Paul Müller
d95aa056fb run with pytest2.6 generated by python 3.4 2015-11-10 00:11:41 +01:00
Paul Müller
a25e03fcbf generate pytest script with python3 2015-11-09 23:39:59 +01:00
Paul Müller
08c886acb1 new runtests.py to fix travis build failures 2015-11-09 23:08:36 +01:00
Paul Müller
0abaefeb1e remove debug-print messages 2015-08-25 09:54:27 +02:00
Paul Müller
c706db28a8 copy host environment for test 2015-08-25 09:34:41 +02:00
Travis CI
c378cb8eba add other lib locations 2015-08-24 22:46:49 +02:00
Travis CI
40307f8ee4 add site-packages 2015-08-24 22:21:11 +02:00
Travis CI
dca7cc9db4 debug 2015-08-24 22:11:55 +02:00
Travis CI
9d81673c7d replace string 2015-08-24 21:28:51 +02:00
Travis CI
7142c96081 UnboundLocalError: local variable 'p_server' referenced before assignment 2015-08-24 21:09:58 +02:00
Travis CI
b0d00e5695 pythonpath not correctly set 2015-08-24 20:39:17 +02:00
Travis CI
5502cc6082 syntax 2015-08-24 19:58:18 +02:00
Travis CI
a96948e7c8 connection refused? 2015-08-24 19:53:57 +02:00
Travis CI
1c07b0f394 travis miniconda testing suite 2015-08-24 19:21:35 +02:00
cimatosa
0fa9244cda added optional info line 2015-06-26 17:01:05 +02:00
cimatosa
d5a4c8ea9f testing 2015-06-23 19:50:46 +02:00
Richard Hartmann
029d64928f print more debug info on Manager_server to see whats going wrong when travis runs test_exception 2015-05-29 09:51:17 +02:00
Richard Hartmann
9ba0627dcd still try to fix the non passing test_exception in jobmanager tests (see #24) 2015-05-28 22:45:09 +02:00
Richard Hartmann
cbe5fa0ae0 Merge branch 'master' of https://github.com/cimatosa/jobmanager 2015-05-27 10:31:07 +02:00
Richard Hartmann
bff8f6534b added missing file for teting #24 2015-05-27 10:29:16 +02:00
paulmueller
fd7f190962 more deterministic port selection 2015-05-12 14:48:50 +02:00
paulmueller
c00863f39d increment ports for testing, threw errors on Ubuntu 14.04 and travis 2015-05-12 14:37:29 +02:00
paulmueller
e7312b3969 hostname from socket 2015-05-12 14:07:48 +02:00
paulmueller
e751d04c5e trying to test on travis ci, replace localhost by 0.0.0.0, see travis-ci/travis-ci#1304 2015-05-12 00:06:54 +02:00
Richard Hartmann
ae3cd03d99 made some more changes when dealing with Socket Exception to work with python2 also 2015-04-02 16:52:29 +02:00
Richard Hartmann
cc9e5d441d new queue put/get Error handling (from cima_working) 2015-04-02 09:33:04 +02:00
cimatosa
0f79fe2058 minor code formatting 2015-04-01 15:18:09 +02:00
cimatosa
c71eb3575c some PB fancy output formatting 2015-04-01 14:40:01 +02:00
cimatosa
c6a142af08 python2.7 hack to make math.ceil return an integer 2015-04-01 13:37:16 +02:00
cimatosa
e17992d0c2 got fancy ProgressBar and related stuff from cima_working 2015-04-01 13:29:31 +02:00
cimatosa
78efd43dc2 make progressBar aware of terminal resize, added percentage to progressBarFanc, fixed some tty reservation related issues 2015-04-01 13:24:35 +02:00