Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorariel faigon <github.2009@yendor.com>2014-01-28 00:34:04 +0400
committerariel faigon <github.2009@yendor.com>2014-01-28 00:34:04 +0400
commit1dc39ac3777f33be2b290e4df8e5d467504a21a4 (patch)
tree23c61f9c9751385dfff5efdd21ab78a541265adb /test/RunTests
parent3b98ad433861cdc6e55f68a69ae32100da5838b0 (diff)
Add regression test for --lda hang in multiple passes (happened twice already)
Diffstat (limited to 'test/RunTests')
-rwxr-xr-xtest/RunTests4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/RunTests b/test/RunTests
index ffcb33c1..877a99ac 100755
--- a/test/RunTests
+++ b/test/RunTests
@@ -805,3 +805,7 @@ __DATA__
{VW} -d train-sets/rcv1_raw_cb_small.vw --cb 2 --cb_type dm --ngram 2 --skips 4 -b 24 -l 0.125
train-sets/ref/rcv1_raw_cb_dm.stderr
+# Test 42: --lda --passes 2 hang regression
+timeout 5 {VW} -k -d train-sets/lda-2pass-hang.dat --lda 10 -c --passes 2
+ train-sets/ref/lda-2pass-hang.stderr
+