File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ zip = { git = "https://github.com/zip-rs/zip" }
5959[dev-dependencies ]
6060maplit = " 1.0.2"
6161rstest = " 0.15.0"
62+ serial_test = { version = " 0.9.0" , default-features = false }
6263
6364[package .metadata .parseable_ui ]
6465assets-url = " https://github.com/parseablehq/frontend/releases/download/v0.0.1/build.zip"
Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ mod tests {
181181 use super :: * ;
182182 use maplit:: hashmap;
183183 use rstest:: * ;
184+ use serial_test:: serial;
184185
185186 #[ rstest]
186187 #[ case:: zero( 0 , 0 , 0 ) ]
@@ -226,6 +227,7 @@ mod tests {
226227 #[ rstest]
227228 #[ case:: stream_schema_alert( "teststream" , "schema" , "alert_config" ) ]
228229 #[ case:: stream_only( "teststream" , "" , "" ) ]
230+ #[ serial]
229231 fn test_add_stream (
230232 #[ case] stream_name : String ,
231233 #[ case] schema : String ,
@@ -249,6 +251,7 @@ mod tests {
249251
250252 #[ rstest]
251253 #[ case:: stream_only( "teststream" ) ]
254+ #[ serial]
252255 fn test_delete_stream ( #[ case] stream_name : String ) {
253256 clear_map ( ) ;
254257 STREAM_INFO
You can’t perform that action at this time.
0 commit comments