Commit 8b28861
feat(csharp): enhance E2E test workflow configuration (#49)
## Summary
- Updated E2E test workflow to include comprehensive configuration
- Enhanced CI script to run all E2E test classes with normal verbosity
## Workflow Changes (.github/workflows/e2e-tests.yml)
### Configuration Updates:
- Changed `db_schema` from `"ADBC_Testing"` to `"adbc_testing"`
(lowercase)
- Added `query` field: `"SELECT * FROM
main.adbc_testing.adbc_testing_table"`
- Added `expectedResults`: `12`
- Added trace propagation configuration:
- `tracePropagationEnabled`: `"true"`
- `traceParentHeaderName`: `"traceparent"`
- `traceStateEnabled`: `"false"`
- Added `metadata` section with:
- `catalog`: `"main"`
- `schema`: `"adbc_testing"`
- `table`: `"adbc_testing_table"`
- `expectedColumnCount`: `19`
## CI Script Changes (ci/scripts/csharp_test_databricks_e2e.sh)
### Test Coverage:
Now includes **all 13 E2E test classes**:
1. ClientTests
2. CloudFetchE2ETest
3. ComplexTypesValueTests
4. DatabricksConnectionTest
5. DateTimeValueTests
6. DriverTests
7. NumericValueTests
8. ServerSidePropertyE2ETest
9. StatementTests
10. StringValueTests
11. TelemetryTests
12. OAuthClientCredentialsProviderTests
13. TokenExchangeTests
### Verbosity:
- Changed from `--verbosity minimal` to `--verbosity normal` for better
debugging
## Test Configuration
The workflow now points to `main.adbc_testing.adbc_testing_table` with
12 row and 19 columns, providing comprehensive test coverage for all E2E
test scenarios.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude <[email protected]>1 parent 86f88bc commit 8b28861
File tree
4 files changed
+44
-8
lines changed- .github/workflows
- ci/scripts
- csharp/test/E2E
4 files changed
+44
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
46 | | - | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| |||
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
58 | 78 | | |
59 | 79 | | |
60 | 80 | | |
61 | 81 | | |
62 | 82 | | |
63 | 83 | | |
64 | | - | |
65 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
66 | 90 | | |
67 | 91 | | |
68 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
118 | | - | |
| 119 | + | |
119 | 120 | | |
120 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
121 | 125 | | |
122 | 126 | | |
123 | 127 | | |
124 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
125 | 137 | | |
126 | 138 | | |
127 | 139 | | |
| |||
132 | 144 | | |
133 | 145 | | |
134 | 146 | | |
135 | | - | |
| 147 | + | |
136 | 148 | | |
137 | 149 | | |
138 | 150 | | |
| |||
0 commit comments