csharp/test/Drivers/Snowflake/ClientTests: hard coded values in tests are failing
Open
- Dominant language
- C#
- Stars
- 627
- Forks
- 217
- Avg merge
- 22h 22m
- Merged PRs (30d)
- 64
Description
The `32` value at https://github.com/apache/arrow-adbc/blame/2e7f013416705c785d2fb970897951e26bcb33e3/csharp/test/Drivers/Snowflake/ClientTests.cs#L213 is failing for me (I have 34). These should probably be more dynamic/configuration-driven.
Contributor guide
Research direction
Start in csharp/test/Drivers/Snowflake/ClientTests.cs at line 213 and inspect how the hard-coded 32 is used in the Snowflake client test. Compare it with the environment that reports 34 and identify the intended configuration source. Done means the test no longer relies on a fixed value and passes for differing valid configurations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100