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.

[V2] I'm run some tests and I've figure out that after the first run, the nexts will use cache

See original GitHub issue

Maybe enable or force put a --reset-cache to bundle step, avoid get generating the same results one after another (or try avoiding generate same bundle even when a change have made on source code).

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
lucianomlimacommented, Aug 17, 2019

Nice. I’ll close this issue because there is a way to disable cache. Thanks!

0reactions
IjzerenHeincommented, Aug 17, 2019

Yeah that’s react-native/metro using a cache. That’s generally a good thing and for what I’ve seen it correctly generates the bundle whenever you change code in your project

Read more comments on GitHub >

github_iconTop Results From Across the Web

Previous render sometimes leaking into next test #716 - GitHub
The problem arises when I run both, in which case it seems the render from the first test is leaking into the second...
Read more >
Caching general build artifacts between stages - GitLab.org
The build run succeeds but the build folder gets deleted when switched to the deploy stage: ... Will gitlab (ci/runner) know which one...
Read more >
How do I cache steps in GitHub actions? - Stack Overflow
Any changes you make in one step persist on disk into the next steps for that workflow run. Of course, this will not...
Read more >
How to re-run failed tests and maintain state between test runs
The plugin provides two command line options to rerun failures from the last pytest invocation: ; For cleanup (usually not needed), a --cache-clear...
Read more >
Multi-stage builds - Docker Documentation
When you run the build.sh script, it needs to build the first image, create a container from it to copy the artifact out,...
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