Meir Blachman
Meir Blachman
single test failed https://dev.azure.com/tomkerkhove/Promitor/_build/results?buildId=18486&view=ms.vss-test-web.build-test-results-tab&runId=1033513&resultId=100146&paneView=debug @tomkerkhove is this test flaky? is failed on linux and passed on windows. once in a while this test fails https://dev.azure.com/tomkerkhove/Promitor/_test/analytics?definitionId=50&contextType=build
@cijothomas I'm using the aspire dashboard for to view the telemetry. complete sample project here - https://github.com/Meir017/resource-attributes-are-not-added-to-metrics-defined-without-dependency-injection
@JamesNK is the dashboard doing anything special when collecting metrics that could explain this?
related to https://github.com/microsoft/playwright/issues/1090
@vitalygorohovik93 would this be based on the redis RESP protocol that garnet exposes or something specific to garnet? meaning - is there some existing docker image we could simply add...
@ReubenBond I think the two github-actions that failed are unstable, all actions passed
hmm, wer'e getting the error ``` Error: System.AggregateException : One or more errors occurred. (Docker API responded with status code=BadRequest, response={"message":"invalid CapAdd: unknown capability: \"CAP_IPC_LOCK\""} ``` seems to be related...
@ReubenBond thoughts on this?
Ceeared https://github.com/testcontainers/testcontainers-dotnet/issues/1560 or we could use the generic container and handle this one last
@sebagomez yes, I want to connect to my local azurite from the site https://azurestorage.azurewebsites.net/ this way with https://github.com/dotnet/aspire I could just add another http endpoint on the storage-account resources that...