File tree Expand file tree Collapse file tree
spec/octocatalog-diff/tests/catalog-util Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 OctocatalogDiff ::CatalogUtil ::Bootstrap . bootstrap_directory_parallelizer ( opts , logger )
9090 expect ( logger_str . string ) . to match ( /Begin 1 bootstrap\( s\) / )
9191 expect ( logger_str . string ) . to match ( /Success bootstrap_directory for to_dir/ )
92- expect ( logger_str . string ) . not_to match ( /Initialized parallel task result array: size=/ )
9392 expect ( File . file? ( File . join ( @dir , 'config' , 'enc.sh' ) ) ) . to eq ( true )
9493 end
9594
126125 expect ( logger_str . string ) . to match ( /Begin 2 bootstrap\( s\) / )
127126 expect ( logger_str . string ) . to match ( /Success bootstrap_directory for to_dir/ )
128127 expect ( logger_str . string ) . to match ( /Success bootstrap_directory for from_dir/ )
129- expect ( logger_str . string ) . not_to match ( /Initialized parallel task result array: size=/ )
130128 expect ( File . file? ( File . join ( @dir , 'config' , 'enc.sh' ) ) ) . to eq ( true )
131129 expect ( File . file? ( File . join ( @dir2 , 'config' , 'enc.sh' ) ) ) . to eq ( true )
132130 end
You can’t perform that action at this time.
0 commit comments