Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 339764 - where to store code coverage data?
Summary: where to store code coverage data?
Status: RESOLVED FIXED
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: Servers (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 241254
  Show dependency tree
 
Reported: 2011-03-11 16:06 EST by Kim Moir CLA
Modified: 2011-03-14 09:56 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kim Moir CLA 2011-03-11 16:06:22 EST
Recently, I've been working on bug 241254 to release include code coverage in our builds. I have it working now and would like to store the data on eclipse.org but not have it replicated to the mirrors.  The reason is that the code coverage data is for a single build is 1.1GB and around 42,000 html files.  (Code coverage only runs on integration builds, once a week). 

I don't really want to store it the eclipse.org cvs repository that is used to generate the eclipse project's web pages.  Where do you suggest I store it?  I'd just like to keep data for each milestone, and after the release, just for every release.
Comment 1 Denis Roy CLA 2011-03-11 16:09:05 EST
http://wiki.eclipse.org/images/1/1f/Build_infra_layout.png


/shared is the best place for that.
Comment 2 Kim Moir CLA 2011-03-11 16:18:33 EST
Thanks
Comment 3 Kim Moir CLA 2011-03-14 09:50:35 EDT
Okay, can you please create me a directory in /shared/eclipse called codecoverage

kmoir@build:/shared/eclipse> mkdir codecoverage
mkdir: cannot create directory `codecoverage': Permission denied
kmoir@build:/shared/eclipse>

I get permission denied.  Also, if you could change the permissions on eclipse so I could create new subdirectories there without having to ask you guys that would be great :-)
Comment 4 Denis Roy CLA 2011-03-14 09:56:40 EDT
I've created the directory for you.  You already kind of have permissions to create your own directories there, but we're hitting the >16 groups NFS limit on build.  Perhaps one day we'll bite the bullet and patch the kernel there too, like we did on dev.  I'd rather not, though, since it's easier (and less risky) to install kernel updates from the repo instead of rolling my own.

Regardless, I've made you the owner of /shared/eclipse, so you should be all set.  Previous owner was Sonia.