Stephane Landelle

Results 37 issues of Stephane Landelle

Not that complicated to implement: - introduce in [SslClientContext](https://github.com/gatling/gatling/blob/master/gatling-recorder/src/main/scala/io/gatling/recorder/http/ssl/SslClientContext.scala) the same kind of changes as in [SslServerContext](https://github.com/gatling/gatling/blob/master/gatling-recorder/src/main/scala/io/gatling/recorder/http/ssl/SslServerContext.scala) so it's no longer an object, but an instance that gets passed a...

Module - Recorder
Type - Feature
good first issue
help wanted

I think we should re-think the way we deal with resources, both in the recorder and the HTTP module. Our current way of doing things (enforcing sequentiality by default) is...

Module - Recorder
Type - Feature

Hi there, I'm trying to find my way around based on [BaseCompilerSpec](https://github.com/sbt/zinc/blob/1.x/zinc/src/test/scala/sbt/inc/BaseCompilerSpec.scala), but I have to admit I'm a bit at a loss here. Could you please provide a migration...

docs
binary api
discussion
uncategorized

Similar to #4315. Original discussion here: #4305. Let's first discuss the syntax here @Amerousful @shoaib42.

Module - Core
Type - Feature

Hi, According to the [JMESPath specification](https://jmespath.org/specification.html): ``` literal = "`" json-value "`" ``` This implementation doesn't abide to the specification and allows literals to be also wrapped with single quotes....

ReleasePermitOnComplete causes a performance regression as it computes cache class hierarchy for every proxy creation. The problem is that such cache might cause ClassLoader leaks on restart.

microsoft.com has frequent DNS issues that make the test fails. This usually appears randomly on Cloudbees, but I was able to reproduce locally here in France. I've disabled them, but...

Refactor

https://asynchttpclient.github.io/async-http-client/

Documentation

Since 48111becfa6b2cd19cbc2ead9f72ae976e340bd0, we can build tests that really use proxies, not just mocks. We should build on them, refactor the existing tests, and add some more such as preemptive-vs non-preemptive...

Refactor

Retry currently introspect Exception stacktrace to decide if it can be recovered or nor. This is very expensive and probably error prone. We could decide that: - user Exceptions, like...

Enhancement