Skip to content

Commit e4ffb61

Browse files
committed
Adding C# to list of batched tests
1 parent 99fbc30 commit e4ffb61

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tools/ci/src/main.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,12 @@ fn main() -> Result<()> {
526526
)
527527
.run()?;
528528
// SDK procedure tests intentionally make localhost HTTP requests.
529+
// IMPORTANT: csharp:: must run first because all SDK tests write bindings
530+
// to the same test-client directory. csharp uses sdk-test-cs module which
531+
// doesn't have DeleteAll* reducers, so it generates the correct bindings
532+
// that match the committed state. Subsequent test runs use memoized bindings.
529533
let sdk_test_batches = [
534+
("csharp::", "csharp tests (run first to generate correct bindings)"),
530535
("rust::delete", "rust delete tests"),
531536
("rust::insert", "rust insert tests"),
532537
("rust::update", "rust update tests"),

0 commit comments

Comments
 (0)