@@ -528,14 +528,18 @@ fn main() -> Result<()> {
528528 // SDK procedure tests intentionally make localhost HTTP requests.
529529 let sdk_test_batches = [
530530 ( "rust::delete" , "rust delete tests" ) ,
531- ( "rust::caller" , "rust caller tests" ) ,
532531 ( "rust::insert" , "rust insert tests" ) ,
533532 ( "rust::update" , "rust update tests" ) ,
534533 ( "rust::subscribe" , "rust subscribe tests" ) ,
535534 ( "rust::identity" , "rust identity tests" ) ,
535+ ( "rust::caller" , "rust caller tests" ) ,
536536 ( "rust::connection" , "rust connection tests" ) ,
537537 ( "rust::uuid" , "rust uuid tests" ) ,
538- ( "rust:: --skip rust::delete --skip rust::caller --skip rust::insert --skip rust::update --skip rust::subscribe --skip rust::identity --skip rust::connection --skip rust::uuid" , "rust remaining tests" ) ,
538+ ( "rust::reauth" , "rust reauth tests" ) ,
539+ ( "rust::on_reducer" , "rust on_reducer tests" ) ,
540+ ( "rust::fail_reducer" , "rust fail_reducer tests" ) ,
541+ ( "rust::connect_disconnect" , "rust connect_disconnect tests" ) ,
542+ ( "rust:: --skip rust::delete --skip rust::insert --skip rust::update --skip rust::subscribe --skip rust::identity --skip rust::caller --skip rust::connection --skip rust::uuid --skip rust::reauth --skip rust::on_reducer --skip rust::fail_reducer --skip rust::connect_disconnect" , "rust remaining tests" ) ,
539543 ( "rust_procedures::" , "rust procedures" ) ,
540544 ( "rust_view --skip case_conversion" , "rust view tests" ) ,
541545 ( "rust_view_pk::" , "rust view pk tests" ) ,
0 commit comments