cpp_client_telemetry
cpp_client_telemetry copied to clipboard
1DS C++ SDK
Occasional flakiness in the test: event comes with empty field. Goes away after rerun. Hard to say what triggers it. No local repro. This test: https://github.com/microsoft/cpp_client_telemetry/blob/bdfe59284dfa19c6df20d1d2e465e785fc6588d9/tests/functests/APITest.cpp#L619
Markdownlint: https://github.com/DavidAnson/markdownlint GitHub action https://github.com/marketplace/actions/markdown-linting-action Need to discuss pros and cons, and settings (the most controversial one is line length limit of 80 chars).
@lalitb - the test is sporadically failing. Would be able to take a look at this one? https://github.com/microsoft/cpp_client_telemetry/runs/1196757019
**Problem** Right now, time points and durations are represented by a pletora of types (to name a few): int, unsigned, uint64_t, int64_t This is undesirable, as not only is it...
Our 1DS C++ SDK provides a "Classic" Fiddler inspector. Unfortunately the "Classic" Fiddler is a .NET Framework app that runs nicely on Windows.. But barely runs on Mac, esp. since...
Tests were disabled at some point. Need to investigate why and re-enable those again.
This is something that might help in a few Edge browser scenarios. Currently this parameter is not documented. @bliptec
There's been a new feature added in SDK by MATP SDK team to enforce the configured storage size limit at runtime. This feature works well and is controllable via config...
There are multiple possible solutions to this issue, and any solution requires some build infra adjustment: - negative network tests (Docker with netem https://www.man7.org/linux/man-pages/man8/tc-netem.8.html ?) - long-haul tests (running once...
There are several known non-service impacting minor memory leaks in SDK: - `RuntimeConfig_Default.hpp` - may have small leaks at initialization. - FIFO Storage (used only for EXP configs, not used...