Skip to content

Commit

Permalink
check stats in configuration cache tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed Mar 29, 2024
1 parent 0b2eaf3 commit a42f5c2
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ abstract class AbstractKitTest extends Specification {
.replaceAll(/\d{2}:\d{2}:\d{2}:\d{3}/, '11:11:11:111')
.replaceAll(/(\d\.?)+(ms|s)\s+/, '11ms ')
.replaceAll(/11ms\s+\(overall\)/, '11ms (overall)')
.replaceAll(/ +\/[a-z_]+ +/, " /test_container ")
}

// custom virtualenv to use for simulations
Expand Down
Loading

0 comments on commit a42f5c2

Please sign in to comment.