Next Generation of pyClowder

Build: #3 failed Changes by Ben Galewsky <bengal1@illinois.ed>

Build result summary

Details

Completed
Queue duration
9 seconds
Duration
29 seconds
Labels
None
Revision
aece55881bff026858b4167c55d068c6ba35772f
Total tests
16
Failing since
#1 (First build for this plan – )

Responsible

This build has been failing since #1
No one has taken responsibility

Code commits

Author Commit Message Commit date
Ben Galewsky <bengal1@illinois.ed> Ben Galewsky <bengal1@illinois.ed> aece55881bff026858b4167c55d068c6ba35772f Avoid error when body is bytes

Tests

New test failures 1
Status Test View job Duration
Collapse Failed unnamed test suite pyclowder.connectors
Default Job < 1 sec
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/connectors.py:669:1: W293 blank line contains whitespace  ^ 
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/connectors.py:669:1: W293 blank line contains whitespace

^
Existing test failures 1
Status Test Failing since View job Duration
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/files.py:207:1: E302 expected 2 blank lines, found 1 def upload_metadata(connector, host, metadataTemplate, key, fileid, metadata): ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/files.py:215:26: E231 missing whitespace after ','     r = requests.post(url,data=data,headers=headers)                          ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/files.py:215:36: E231 missing whitespace after ','     r = requests.post(url,data=data,headers=headers)                                    ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/files.py:225:1: E302 expected 2 blank lines, found 1 def upload_preview(connector, host, key, fileid, previewfile, previewmetadata, preview_mimetype=None): ^ 
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/files.py:207:1: E302 expected 2 blank lines, found 1
def upload_metadata(connector, host, metadataTemplate, key, fileid, metadata):
^
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/files.py:215:26: E231 missing whitespace after ','
    r = requests.post(url,data=data,headers=headers)
                         ^
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/files.py:215:36: E231 missing whitespace after ','
(5 more lines...)