Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 461212

Summary: JS tests failing in build
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: RelengAssignee: Mark Macdonald <mamacdon>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 8.0   
Target Milestone: 9.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Comment 1 Mark Macdonald CLA 2015-03-04 19:26:33 EST
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=f5e6e0b

The mocha results for the JS test page were ~16KB in size. Although the Sauce Labs API docs claim that you can store up to 64KB of data in the 'custom_data' field, in practice that doesn't seem to work -- anything around 16KB gets thrown out.

However, there is a fallback method for getting the mocha results: you can scrape the log.json file that accompanies every test job. I implemented that, so the tests should work again.

I will follow up on Sauce Labs support forum about the API size limit.