From 160b83330ef0215827c53cf655bfdb8a4e1480ea Mon Sep 17 00:00:00 2001 From: Scott Haseley Date: Mon, 2 May 2016 15:23:53 -0400 Subject: [PATCH] Changed the stats resolution and monitor windows for the swapping tests. The size of the stats slice (test161) that was being persisted in mongo was > the 16M mongo document limit. --- test161/tests/vm/swap/bigfork-32.t | 3 +++ test161/tests/vm/swap/bigfork.t | 3 +++ test161/tests/vm/swap/matmult.t | 3 +++ test161/tests/vm/swap/parallelvm-32.t | 3 +++ test161/tests/vm/swap/parallelvm.t | 3 +++ test161/tests/vm/swap/quinthuge.t | 3 +++ test161/tests/vm/swap/quintmat.t | 3 +++ test161/tests/vm/swap/quintsort.t | 3 +++ test161/tests/vm/swap/sort.t | 3 +++ 9 files changed, 27 insertions(+) diff --git a/test161/tests/vm/swap/bigfork-32.t b/test161/tests/vm/swap/bigfork-32.t index 0a17503..421ff57 100644 --- a/test161/tests/vm/swap/bigfork-32.t +++ b/test161/tests/vm/swap/bigfork-32.t @@ -14,8 +14,11 @@ sys161: monitor: progresstimeout: 40.0 commandtimeout: 1560.0 + window: 40 misc: prompttimeout: 3600.0 +stat: + resolution: 0.1 --- khu $ /testbin/bigfork diff --git a/test161/tests/vm/swap/bigfork.t b/test161/tests/vm/swap/bigfork.t index 36ff0f6..ce2226d 100644 --- a/test161/tests/vm/swap/bigfork.t +++ b/test161/tests/vm/swap/bigfork.t @@ -14,8 +14,11 @@ sys161: monitor: progresstimeout: 40.0 commandtimeout: 1330.0 + window: 40 misc: prompttimeout: 3600.0 +stat: + resolution: 0.1 --- khu $ /testbin/bigfork diff --git a/test161/tests/vm/swap/matmult.t b/test161/tests/vm/swap/matmult.t index c1678f1..94d1d22 100644 --- a/test161/tests/vm/swap/matmult.t +++ b/test161/tests/vm/swap/matmult.t @@ -11,7 +11,10 @@ sys161: enabled: true monitor: commandtimeout: 70.0 + window: 40 misc: prompttimeout: 3600.0 +stat: + resolution: 0.1 --- | p /testbin/matmult diff --git a/test161/tests/vm/swap/parallelvm-32.t b/test161/tests/vm/swap/parallelvm-32.t index 1d0940c..e7bcc39 100644 --- a/test161/tests/vm/swap/parallelvm-32.t +++ b/test161/tests/vm/swap/parallelvm-32.t @@ -13,7 +13,10 @@ sys161: monitor: progresstimeout: 15.0 commandtimeout: 1330.0 + window: 40 misc: prompttimeout: 3600.0 +stat: + resolution: 0.1 --- $ /testbin/parallelvm -w diff --git a/test161/tests/vm/swap/parallelvm.t b/test161/tests/vm/swap/parallelvm.t index fa77c5a..419082e 100644 --- a/test161/tests/vm/swap/parallelvm.t +++ b/test161/tests/vm/swap/parallelvm.t @@ -13,7 +13,10 @@ sys161: monitor: progresstimeout: 15.0 commandtimeout: 760.0 + window: 40 misc: prompttimeout: 3600.0 +stat: + resolution: 0.1 --- $ /testbin/parallelvm -w diff --git a/test161/tests/vm/swap/quinthuge.t b/test161/tests/vm/swap/quinthuge.t index 30a40b9..0ac6282 100644 --- a/test161/tests/vm/swap/quinthuge.t +++ b/test161/tests/vm/swap/quinthuge.t @@ -12,8 +12,11 @@ sys161: monitor: progresstimeout: 20.0 commandtimeout: 3530.0 + window: 20 misc: prompttimeout: 3600.0 +stat: + resolution: 0.2 --- khu $ /testbin/quinthuge diff --git a/test161/tests/vm/swap/quintmat.t b/test161/tests/vm/swap/quintmat.t index 8122de7..d18328c 100644 --- a/test161/tests/vm/swap/quintmat.t +++ b/test161/tests/vm/swap/quintmat.t @@ -11,8 +11,11 @@ sys161: enabled: true monitor: commandtimeout: 400.0 + window: 40 misc: prompttimeout: 3600.0 +stat: + resolution: 0.1 --- khu $ /testbin/quintmat diff --git a/test161/tests/vm/swap/quintsort.t b/test161/tests/vm/swap/quintsort.t index d0003fe..9461ace 100644 --- a/test161/tests/vm/swap/quintsort.t +++ b/test161/tests/vm/swap/quintsort.t @@ -12,8 +12,11 @@ sys161: monitor: progresstimeout: 30.0 commandtimeout: 1100.0 + window: 40 misc: prompttimeout: 3600.0 +stat: + resolution: 0.1 --- khu $ /testbin/quintsort diff --git a/test161/tests/vm/swap/sort.t b/test161/tests/vm/swap/sort.t index e7c8958..c5a01bd 100644 --- a/test161/tests/vm/swap/sort.t +++ b/test161/tests/vm/swap/sort.t @@ -11,7 +11,10 @@ sys161: enabled: true monitor: commandtimeout: 130.0 + window: 40 misc: prompttimeout: 3600.0 +stat: + resolution: 0.1 --- | p /testbin/sort