search for: end2end

Displaying 4 results from an estimated 4 matches for "end2end".

Did you mean: enblend
2019 Oct 10
3
[cfe-dev] RFC: End-to-end testing
Renato Golin via cfe-dev <cfe-dev at lists.llvm.org> writes: > I'd recommend trying to move any e2e tests into the test-suite and > make it easier to run, and leave specific tests only in the repo (to > guarantee independence of components). That would be a shame. Where is test-suite run right now? Are there bots? How are regressions reported? > The last thing we want
2013 Jun 28
2
tinc for Satellite connections (benchmarking)
...y path and there are many hops which are done in a private network (10.130.130.0/24). I think one or more of these hops are doing some kind of HTTP proxy cache and also many dirty stuff like blocking some ICMP messages and so on (thing that ends up in a MSS/MTU problem). I don't like to see my end2end connections modified during the path so I decided to set up a tinc network to transfer all the Internet data until one of my servers placed in somewhere of Internet. I'm using the following values for the layer3 tinc network: Compression=11 PMTU=1480 Cipher=none ClampMSS=no ReplayWindow=32 T...
2005 May 02
4
How to read the TCP congestion window (cwnd) on Linux?
Hi everybody. Do you know about any way to read the TCP cwnd value (congestion window) on Linux? I have read that on Linux it is not possible to enable a socket option (to read to cwnd using the program trpt). Any way to read the cwnd would be good for me. thanks Antonio
2019 Oct 11
2
[cfe-dev] RFC: End-to-end testing
...annoy developers often enough > to be a target. What do you mean by "annoy?" Taking too long to run? > In a nutshell: > * We still need src2src tests, to ensure connection points (mainly > IR) are canonical and generic, avoiding hidden contracts Yes. > * We want the end2end tests to *add* coverage, not overlap with or > replace existing tests Yes, but I suspect people will disagree about what constitutes "overlap." > * We don't want those tests to become a burden to developers by > breaking on unrelated changes and making bots red for obscure...