fix an ewma unit test
This commit is contained in:
parent
03dba21d17
commit
a4bad90f1f
2 changed files with 5 additions and 2 deletions
|
|
@ -32,4 +32,7 @@ end
|
|||
ngx.log = function(...) end
|
||||
ngx.print = function(...) end
|
||||
|
||||
-- TODO(elvinefendi) once this is implemented for production (should be!), share the same code
|
||||
math.randomseed(ngx.time() + ngx.worker.pid())
|
||||
|
||||
require "busted.runner"({ standalone = false })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue