From sean at rogue-research.com Wed Jun 5 18:29:54 2024 From: sean at rogue-research.com (Sean McBride) Date: Wed, 05 Jun 2024 14:29:54 -0400 Subject: [CDash] Is "cypress" something new in CDash 3.3? In-Reply-To: References: <55748554-2ABF-4159-BEB6-4EDC13AE226D@rogue-research.com> Message-ID: On 31 May 2024, at 8:32, Zack Galbreath wrote: > You can skip installing this dev dependency by running `export NODE_ENV=production` before calling `npm install`. > > Please let us know if that doesn't get you unstuck. That worked, thanks! Maybe it should be added to install.sh? I didn't try that script yet, but I suppose it will fail on FreeBSD without the above. Sean From sean at rogue-research.com Wed Jun 5 18:38:23 2024 From: sean at rogue-research.com (Sean McBride) Date: Wed, 05 Jun 2024 14:38:23 -0400 Subject: [CDash] many large .xml files in storage/app/parsed, needed? Message-ID: <070E8201-172F-4DD7-9D05-21620365C971@rogue-research.com> Hi all, So yesterday we conservatively updated our cdash from 3.2.0rc1 to 3.2.3. I diffed the old install folder with the new one, and noticed in the old folder in storage/app/parsed there are many many many large .xml files. Are they the POSTed data before it gets put in MySQL? Can I delete them? Should something have auto-deleted them? Thanks, Sean From zack.galbreath at kitware.com Wed Jun 5 19:10:45 2024 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Wed, 5 Jun 2024 15:10:45 -0400 Subject: [CDash] Is "cypress" something new in CDash 3.3? In-Reply-To: References: <55748554-2ABF-4159-BEB6-4EDC13AE226D@rogue-research.com> Message-ID: Good point about `install.sh`. I just checked, and that script appears to do what you would expect: a non-developer install by default. Consider giving it a try next time you upgrade & let us know if you run into any issues. On Wed, Jun 5, 2024 at 2:30?PM Sean McBride wrote: > On 31 May 2024, at 8:32, Zack Galbreath wrote: > > > You can skip installing this dev dependency by running `export > NODE_ENV=production` before calling `npm install`. > > > > Please let us know if that doesn't get you unstuck. > > That worked, thanks! > > Maybe it should be added to install.sh? I didn't try that script yet, but > I suppose it will fail on FreeBSD without the above. > > Sean > -------------- next part -------------- An HTML attachment was scrubbed... URL: From zack.galbreath at kitware.com Wed Jun 5 19:13:51 2024 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Wed, 5 Jun 2024 15:13:51 -0400 Subject: [CDash] many large .xml files in storage/app/parsed, needed? In-Reply-To: <070E8201-172F-4DD7-9D05-21620365C971@rogue-research.com> References: <070E8201-172F-4DD7-9D05-21620365C971@rogue-research.com> Message-ID: Hi Sean, Yes, it's safe to delete these files. They should be getting automatically deleted in accordance with your `BACKUP_TIMEFRAME` setting (default 48 hours). On Wed, Jun 5, 2024 at 2:38?PM Sean McBride wrote: > Hi all, > > So yesterday we conservatively updated our cdash from 3.2.0rc1 to 3.2.3. > > I diffed the old install folder with the new one, and noticed in the old > folder in storage/app/parsed there are many many many large .xml files. > > Are they the POSTed data before it gets put in MySQL? > > Can I delete them? Should something have auto-deleted them? > > Thanks, > > Sean > _______________________________________________ > CDash mailing list > CDash at public.kitware.com > https://public.kitware.com/cgi-bin/mailman/listinfo/cdash > -------------- next part -------------- An HTML attachment was scrubbed... URL: