Repository index failed due to error - class java.lang.RuntimeException: Interrupted waiting for Process pump

lcaarch

  • Filter
Paul Hubbard
remove logging of content; fails on large data xfers
Paul Hubbard
try forcing updates via setup version declarations
changed setup.py
Dorian Raymer
Add msgpack-python dependency. Fix send behavior
Using the msgpack library as the carrot serializer has significant
potential as a working solution to sending arbitrary data. This negates the
need to base64 encode application content.
Dorian Raymer
Merge branch 'test-send-any-bytestring' into base64-ion-msg
changed test_baseprocess.py
Dorian Raymer
Test ability to send arbitraty byte-string
Binary data is represented as a python byte-string <type 'str'>.
The test implemented currently fails, revealing a bug with the send
function. This branch will be merged with a branch that fixes this
send bug.
changed test_baseprocess.py
Paul Hubbard
fixing bugs one by one
Paul Hubbard
all of test_fetcher working now
Dorian Raymer
pre-encode (to base64 encoding) ion message content
Base64 str-type content such that python byte-strings (str type) containing
bytes outside the range of the default character set are json encodable
This should be considered a temporary compromise fix
Kartik Tadanki
Merge branch 'master' into gov-service-proto
Kartik Tadanki
initial draft of the policy service; uses data store
David Stuebe
Added clear to end of attstore run
Roger Unwin
Better version of the service + test. added update.
David Stuebe
Got rid of print in test_dataobject
changed test_dataobject.py