awslabs / aws-sdk-rust

AWS SDK for the Rust Programming Language
https://awslabs.github.io/aws-sdk-rust/
Apache License 2.0
2.98k stars 246 forks source link

programmatically_include_default_files test fails on Windows due to Unix-style file paths #1117

Open Velfi opened 6 months ago

Velfi commented 6 months ago

Describe the bug

The programmatically_include_default_files test fails on Windows due to Unix-style file paths.

It's located in aws-config but is being moved to the aws-runtime crate soon.

Expected Behavior

test passes

Current Behavior

test fails

Reproduction Steps

on Windows,

(If it doesn't run the test, remove any #[ignore] and try again.)

Possible Solution

No response

Additional Information/Context

No response

Version

HEAD

Environment details (OS name and version, etc.)

Windows 11

Logs

No response

Velfi commented 6 months ago

I don't understand how this ever passed in the first place. Are we not running aws-config tests on Windows?