Ivan Ribakov

Results 36 comments of Ivan Ribakov

> Could you briefly describe what kind of problem you’d like to solve with configurable Schemathesis checks? As mentioned, we're using Schemathesis to validate response schema correctness based on the...

Also it seems that currently checks (`@schemathesis.check`) do not run on the dependent operation tests (those mentioned in the OpenAPI `links:` section). It would be great if the new CheckAPI...

@simskij Could you please take another look at this PR?

Hi @PavelLinearB, are there any updates on this issue? Is it still going to hit the H1 deadline?

> Or maybe there is some way to set gcov method with tools method? @olyuboch did you ever find a way to get `ceedling gcov:all` to work with `:tools:` configuration?

@kevlut are you running Ceedling v0.28.3? If so, consider building it from sources because #306 delivered some fixes to `:libraries:` config feature, but they haven't been released as part of...

[Update] I've tried commenting out these lines of code: https://github.com/percipia/eslgo/blob/69992973da0b4692d8453880a3e3430bc9f409e6/connection.go#L123-L125 and that removed the the TCP write `i/o timeout` error. Obviously I'm not claiming this to be a fix, so...

With some further debugging I realised that I'm reusing the same context provided to the `ListenAndServe` connection handler **which comes with 5 second timeout**. All other commands are sent within...

> Are you able to post your entire handleConnection function? Sure, here it is: handleConnection source ``` func (s *Server) Start() error { var serverOpts = eslgo.DefaultOutboundOptions serverOpts.Logger = log.NewEslgoLogAdapter(s.logger)...

Hi, @fchimpan is there anything I can do to help you review/merge this PR?