Ivan Mirić

Results 171 comments of Ivan Mirić

I ran some tests on a `t3.large` (2 vCPU, 8GB RAM) EC2 instance in the dev environment using the `ami-0bee0b325707adf45` image (with xk6-browser 021fb2f, Google Chrome stable 102.0.5005.61) in order...

@inancgumus @ankur22 @sniku See the AWS performance test results above, and let me know if you have ideas for other tests we should do (on larger instances?).

Yeah, both tests would be useful. The video and large assets one is probably atypical for the kinds of tests we would see, but it would give us an idea...

> Is there a reason why tests were performed only on a `t3.large` instance? No particular reason, other than picking a reasonably spec'd one. `t3.xlarge` would've likely performed better, but...

@sniku The large tasks for this feature are mostly done, but I wanted to confirm with you when the "secure execution" (point 3 in the description) should be implemented. I'd...

I've been exploring two potential solutions to this issue. Here's a summary that we can discuss in a meeting I'll schedule for Monday: 1. A smaller, focused, fix for just...

@inancgumus I considered your suggestion, but I don't think we want to stop receiving events. You're describing the functionality of a queue, i.e. don't process new events until a previous...

@grafana/k6browserdev What should we do with this issue? The main race conditions mentioned in the description have now been fixed, and the major refactoring approach discussed above is not a...

OK, closing this, and let's open one issue per flaky behavior we find. Though maybe not immediately if it happens once in CI, but if it really becomes a problem.

We should definitely support this eventually, but in the meantime XPath selectors can be used for more advanced functionality. For example, [XPath axes](https://developer.mozilla.org/en-US/docs/Web/XPath/Axes) can replicate some of these CSS layout...