Eliza Weisman
Eliza Weisman
PR comment from #1456 > I also attempted to write an end to end test for this issue, but couldn't get `TrustCredentials.Unspecified` to work inside of the test environment –...
This occurs when creating a commit message using the [Git Plus](https://atom.io/packages/git-plus) package. **Atom Version**: 1.2.0-dev-2cb77aa **System**: Mac OS X 10.11.1 **Thrown From**: [minimap](https://github.com/atom-minimap/minimap) package, v4.16.0 ### Stack Trace Uncaught TypeError:...
HTTP proxies are often configured to add headers to requests that contain the IP address of the client that request originated from, such as `Forwarded` or `X-Forwarded-For`. The Linkerd proxy...
When a string value may be a constant or may be formatted dynamically, it's often useful to use `std::borrow::Cow` to represent that value. That way, when the string is a...
Currently, when running with checkpointing enabled, `loom` will generate a single checkpoint file. When a test fails, `cargo test` will continue running tests, and may overwrite that checkpoint file. This...
I'm testing some code using `loom`, which (among other things) accesses a `lazy_static` value in a `Drop` impl. It appears that `loom`'s simulated `lazy_static`...doesn't like this: ``` thread 'main' panicked...
> Instead of logging a large header, what do you think about creating a separate `tracing` [span](https://docs.rs/tracing/0.1.10/tracing/#spans) representing each iteration, with the iteration number as a field? That way, everything...
When a causality violation occurs during a `CausalCell` access, the cell panics, failing the test. If backtraces are enabled (i.e. `RUST_BACKTRACE=1`), the panic message will print the stack trace of...
- [ ] `cancel_after_begin` - [ ] `cancel_after_first_response` - [ ] `timeout_on_sleeping_server`
List from https://github.com/grpc/grpc/blob/master/doc/interop-test-descriptions.md#server - [x] EmptyCall - [x] UnaryCall - [ ] CacheableUnaryCall - [ ] CompressedResponse - [ ] CompressedRequest - [ ] StreamingInputCall - [ ] StreamingOutputCall -...