question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Optimization of storage

See original GitHub issue

Current solution wasting too much disk storage because of copy-pasting all content via

cp --recursive --preserve=timestamps $PROJECT_LATEST_REPORT/* $NEW_REPORT_DIRECTORY/

For default allure server configurations, files like app.js, styles.css etc… are absolutely the same and for each report, they take about 2-3MB+. From the perspective where we want to use this server for some automated test which runs multiple times per day, it can waste a lot of storage for no reason.

There should be added some experimental feature (Idk how about all allure server configuration, where these files should be different, but for default allure report from cucumber test it’s ok) where it will replace copy-pasting of all files by creating symlinks.

I mean something like

ln -s $PROJECT_LATEST_REPORT/styles.css $NEW_REPORT_DIRECTORY/styles.css ln -s $PROJECT_LATEST_REPORT/app.js $NEW_REPORT_DIRECTORY/app.js

It will be great if you will think about this feature, it should helpful everyone who wants to use your image for real usage.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
AdamRussakcommented, Dec 29, 2020

@fescobar appreciate it! Updated and checking!

1reaction
fescobarcommented, Dec 25, 2020

@VojKozel @AdamRussak you will have news soon.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Data Storage Optimization: What is it and Why Does it Matter?
Optimizing network design and data storage is an integral part of maintaining storage systems. The trick for running advanced application programs is to ......
Read more >
Seven Ways to Optimize Your Storage | Data Center Knowledge
Seven Ways to Optimize Your Storage · Pooling and abstracting storage. It's pretty much SDS here, which stands for software-defined storage. · IO ......
Read more >
How to save millions through storage optimization
Storage optimization technologies, such as virtualization and deduplication, are excellent and probably can save an organization thousands of dollars.
Read more >
Storage Optimization & Management - AvePoint
Regain control of your enterprise content and storage with AvePoint solutions for integration, optimization, and lifecycle management.
Read more >
Storage optimization - AWS Well-Architected Framework
Storage optimization. There are many different storage technologies: block storage, object storage, solid-state disks, memory, and so on.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found