Cosmin Stamate

Results 50 comments of Cosmin Stamate

I came upon this feature request while looking for the same functionality. If this is something wanted in the proposed form I can take a stab at implementing this and...

> Hi @fhperuchi, thanks for the question! I'm far from an expert in Docker, but I believe the underlying issue is the same as #1049: We don't currently have pre-built...

I'm just chiming in to confirm that we're also getting this on a ~10K tests suite, after upgrading from 3.4 to 3.24. I'll do the same memory analysis and reply...

In the browser the error started appearing around 700MB of memory used by the tab, after it had been growing steadily. This was somewhere around 800-900 tests (I forgot to...

(sorry for the spam!) A first look at the memory profiles reveals that the `_applicationInstances` Set in the App object is steadily growing. First memory snapshot: ![image](https://user-images.githubusercontent.com/1837605/130252563-560a64c8-1a42-4c71-b9dd-5aacfbbe4ff9.png) Second memory snapshot:...

(later edit to avoid spam) Here is a summary of all the scenarios I've ran and the results: | Environment | Browser | Splits? | Results | | --- |...

For us the situation was not resolved by downgrading. We were originally using v5.1.4 and [email protected]. However, after a test-helpers upgrade to 2.4.0 the memory snapshot retainers changed a bit,...

**TLDR:** There seems to be an issue with WeakMaps in Chrome (starting with `92.0.4515.107-1`), and adding some extra testing teardowns or using an older Chrome version to run the suite...

The `customTopBar` function argument will not provide any data. What you can do is access the data manually with the rest of the API. I need some more context to...

Can you please provide a reproduction (JS Fiddle or something similar)?