Tim Hess

Results 152 comments of Tim Hess

> [@tscrypter](https://github.com/tscrypter) i would like to suggest to allow filePath to point to a directory like spring boot and the api returns the most recently modified log file in that...

> Wouldn't it be easier to test via `OptionsMonitor`, such as in the test [ChangeConfiguration_AppliesChanges](https://github.com/SteeltoeOSS/Steeltoe/blob/f7cee9f8b3cc146c644ce9a51dc80f84f467208a/src/Discovery/test/Eureka.Test/EurekaApplicationInfoManagerTest.cs#L112), combined with `MemoryFileProvider`, such as in the test [Reloads_options_on_change](https://github.com/SteeltoeOSS/Steeltoe/blob/f7cee9f8b3cc146c644ce9a51dc80f84f467208a/src/Configuration/test/Placeholder.Test/PlaceholderConfigurationTest.cs#L332)? Then the sleeps can be removed....

Work in progress [here](https://github.com/SteeltoeOSS/Samples/tree/redis-dataprotection/Security/src/DataProtection.Redis) _should_ be done, but something is wrong: app instances return different sessions/values for the same session cooke (`.AspNetCore.Session`)

I don't think running in parallel is practical for how we're currently running tests since the path filters aren't working and we don't even have capacity to simultaneously run one...

> This is about isolation, not parallelism. Samples tend to create a database. If the schema differs per branch, it won't succeed because the existing schema is incompatible. Using different...

> One way to accomplish this is by using the GitHub CLI, such as [here](https://github.com/SteeltoeOSS/Steeltoe/blob/main/.github/workflows/Steeltoe.All.yml#L145): > > ``` > run: gh pr comment $PR_NUMBER --edit-last --create-if-none --body-file coveragereport/Summary.md > env:...

This issue popped up again on Friday during [this run](https://dev.azure.com/SteeltoeOSS/Steeltoe/_build/results?buildId=28279&view=logs&j=d93f0959-2557-51c2-ee22-7e8c77fae90b&t=30f7a1fd-28e6-51df-0e32-938dafe2839c&s=96ac2280-8cb4-5df5-99de-dd2da759617d) on a Microsoft-hosted MacOS pipeline, here is the output from the failed step: ``` 2025-02-07T16:22:36.5315990Z ##[section]Starting: dotnet build 2025-02-07T16:22:36.5325350Z ==============================================================================...

Let's discuss [over here](https://github.com/TimHess/steeltoe-wiki/pull/1)

Changes have been applied

> Thanks for providing the additional info. Can you also share the contents of the `VCAP_SERVICES` environment variable? In case it's not obvious, please obfuscate any credentials... We are specifically...