Michael Berlin
168588e279
Detect flaky unit tests based on their suffix _flaky_test.go.
...
Renamed all flaky unit tests.
Removed previous blacklist file because it's no longer necessary.
Moved custom unit test runner from travis/ to tools/.
2015-08-30 22:28:14 -07:00
Michael Berlin
fc978ee00a
proc: Whitelist two more transient errors in the unit test.
2015-08-26 00:10:05 -07:00
Michael Berlin
67f47b5ee9
proc: PID test: Retry in case of 404 errors as well.
...
Fixes flaky errors.
2015-08-25 17:49:23 -07:00
Michael Berlin
2ce613b959
proc: PID test: Reduce retry interval from 1 second to 50 milliseconds.
...
This reduces the average test duration from one second to ~150ms.
2015-08-25 17:49:23 -07:00
Michael Berlin
0d855cab89
proc: Fix listening on any port for Go 1.5.
...
":0" instead of ":" is now required as listening address.
2015-08-21 12:49:58 -07:00
Sugu Sougoumarane
eddd59dfc3
go 1.5 prep
...
In go 1.5 empty strings have a unique representation. So, we
change hack.go to use the go-defined way rather than our own.
Some connection error strings have changed. Changed memcache
test to be more agnostic of that.
A new warning was printed for counting_listener_test.go, which indicated
a minor bug. Fixed.
2015-07-31 09:10:57 -07:00
Sugu Sougoumarane
4aa5b991db
proc: fix flakyness in counting_listener_test
2015-03-14 16:00:59 -07:00
Joshua Thompson
b4179a7858
Deflake proc_test by adding a sleep
2015-03-05 13:08:08 -08:00
Alain Jobart
1b6f400a88
Fixing error message in test.
2015-02-23 10:31:57 -08:00
Anthony Yeh
22fa194a36
More useful error in counting_listener_test.
2015-02-19 15:28:13 -08:00
Anthony Yeh
9b4f1a8dc9
Skip long tests in "go test -short" mode.
2014-07-22 23:52:38 -07:00
Sugu Sougoumarane
19a586820e
vtgate.py done
2014-01-12 19:47:03 -08:00
Sugu Sougoumarane
89645869ab
Fix flaky proc test.
2013-10-12 21:48:30 -07:00
Sugu Sougoumarane
67c0976609
More portable tests.
2013-10-11 20:04:12 -07:00
Sugu Sougoumarane
616964fe2a
fix test
2013-08-26 00:35:39 -07:00
Sugu Sougoumarane
9186cee132
temp workaround for connection count issue
2013-08-26 00:25:04 -07:00
Sugu Sougoumarane
07d5875431
bug fix: fix connection count
2013-08-23 12:40:39 -07:00
Sugu Sougoumarane
fa00c594e0
Added stats for secure connections.
2013-08-10 12:54:39 -07:00
Sugu Sougoumarane
9471cfdf62
proc: new feature: counting listener
2013-08-10 02:15:48 -07:00
Sugu Sougoumarane
7f1001682b
saving lister work
2013-08-09 23:55:55 -07:00
Ryszard Szopa
cead93c364
Automatic rewrite of relog import paths and calls to use glog.
...
Commands run:
find go -name "*.go" | xargs sed --in-place -r 's,"github.com/youtube/vitess/go/relog",log "github.com/golang/glog",g; s,relog.Info,log.Infof,g; s,relog.Warning,log.Warningf,g; s,relog.Error,log.Errorf,g; s,relog.Fatal,log.Fatalf,g; s,relog.Debug,log.V(6).Infof,g'
find . -name '*.go' -exec gofmt -w {} \;
2013-08-06 14:56:00 -07:00
Sugu Sougoumarane
bf1782fd4d
umgmt -> proc
2013-08-05 21:00:29 -07:00
Sugu Sougoumarane
fbca8e9463
new scheme for server restarts
2013-08-01 17:17:52 -07:00