@@ -396,7 +396,7 @@ pub mod test {
396396 let ctx = RequestContext :: new (
397397 Authenticated :: Anonymous ,
398398 NamespaceName :: default ( ) ,
399- MetaStore :: new ( Default :: default ( ) , tmp. path ( ) , maker ( ) . unwrap ( ) , manager)
399+ MetaStore :: new ( Default :: default ( ) , tmp. path ( ) , maker ( ) . unwrap ( ) , manager, crate :: database :: DatabaseKind :: Primary )
400400 . await
401401 . unwrap ( ) ,
402402 ) ;
@@ -422,7 +422,7 @@ pub mod test {
422422 let ctx = RequestContext :: new (
423423 Authenticated :: FullAccess ,
424424 NamespaceName :: default ( ) ,
425- MetaStore :: new ( Default :: default ( ) , tmp. path ( ) , maker ( ) . unwrap ( ) , manager)
425+ MetaStore :: new ( Default :: default ( ) , tmp. path ( ) , maker ( ) . unwrap ( ) , manager, crate :: database :: DatabaseKind :: Primary )
426426 . await
427427 . unwrap ( ) ,
428428 ) ;
@@ -444,7 +444,7 @@ pub mod test {
444444 let ctx = RequestContext :: new (
445445 Authenticated :: FullAccess ,
446446 NamespaceName :: default ( ) ,
447- MetaStore :: new ( Default :: default ( ) , tmp. path ( ) , maker ( ) . unwrap ( ) , manager)
447+ MetaStore :: new ( Default :: default ( ) , tmp. path ( ) , maker ( ) . unwrap ( ) , manager, crate :: database :: DatabaseKind :: Primary )
448448 . await
449449 . unwrap ( ) ,
450450 ) ;
@@ -468,7 +468,7 @@ pub mod test {
468468 let ctx = RequestContext :: new (
469469 Authenticated :: FullAccess ,
470470 NamespaceName :: default ( ) ,
471- MetaStore :: new ( Default :: default ( ) , tmp. path ( ) , maker ( ) . unwrap ( ) , manager)
471+ MetaStore :: new ( Default :: default ( ) , tmp. path ( ) , maker ( ) . unwrap ( ) , manager, crate :: database :: DatabaseKind :: Primary )
472472 . await
473473 . unwrap ( ) ,
474474 ) ;
@@ -525,7 +525,7 @@ pub mod test {
525525 let ctx = RequestContext :: new (
526526 Authenticated :: FullAccess ,
527527 NamespaceName :: default ( ) ,
528- MetaStore :: new ( Default :: default ( ) , tmp. path ( ) , maker ( ) . unwrap ( ) , manager)
528+ MetaStore :: new ( Default :: default ( ) , tmp. path ( ) , maker ( ) . unwrap ( ) , manager, crate :: database :: DatabaseKind :: Primary )
529529 . await
530530 . unwrap ( ) ,
531531 ) ;
@@ -552,7 +552,7 @@ pub mod test {
552552 let ctx = RequestContext :: new (
553553 Authenticated :: FullAccess ,
554554 NamespaceName :: default ( ) ,
555- MetaStore :: new ( Default :: default ( ) , tmp. path ( ) , maker ( ) . unwrap ( ) , manager)
555+ MetaStore :: new ( Default :: default ( ) , tmp. path ( ) , maker ( ) . unwrap ( ) , manager, crate :: database :: DatabaseKind :: Primary )
556556 . await
557557 . unwrap ( ) ,
558558 ) ;
@@ -579,7 +579,7 @@ pub mod test {
579579 let ctx = RequestContext :: new (
580580 Authenticated :: FullAccess ,
581581 NamespaceName :: default ( ) ,
582- MetaStore :: new ( Default :: default ( ) , tmp. path ( ) , maker ( ) . unwrap ( ) , manager)
582+ MetaStore :: new ( Default :: default ( ) , tmp. path ( ) , maker ( ) . unwrap ( ) , manager, crate :: database :: DatabaseKind :: Primary )
583583 . await
584584 . unwrap ( ) ,
585585 ) ;
@@ -608,7 +608,7 @@ pub mod test {
608608 let ctx = RequestContext :: new (
609609 Authenticated :: FullAccess ,
610610 NamespaceName :: default ( ) ,
611- MetaStore :: new ( Default :: default ( ) , tmp. path ( ) , maker ( ) . unwrap ( ) , manager)
611+ MetaStore :: new ( Default :: default ( ) , tmp. path ( ) , maker ( ) . unwrap ( ) , manager, crate :: database :: DatabaseKind :: Primary )
612612 . await
613613 . unwrap ( ) ,
614614 ) ;
0 commit comments