seaweedfs/weed
Chris Lu 8205166009 disable testing with redis server
--- FAIL: TestNameList (0.00s)
panic: exec: "redis-server": executable file not found in $PATH [recovered]
	panic: exec: "redis-server": executable file not found in $PATH

goroutine 37 [running]:
testing.tRunner.func1.2({0xde2f80, 0xc0003da160})
	/opt/hostedtoolcache/go/1.17.1/x64/src/testing/testing.go:1209 +0x24e
testing.tRunner.func1()
	/opt/hostedtoolcache/go/1.17.1/x64/src/testing/testing.go:1212 +0x218
panic({0xde2f80, 0xc0003da160})
	/opt/hostedtoolcache/go/1.17.1/x64/src/runtime/panic.go:1038 +0x215
github.com/chrislusf/seaweedfs/weed/filer/redis3.TestNameList(0x407c59)
	/home/runner/work/seaweedfs/seaweedfs/weed/filer/redis3/kv_directory_children_test.go:45 +0x376
testing.tRunner(0xc0003e2680, 0xf57f48)
	/opt/hostedtoolcache/go/1.17.1/x64/src/testing/testing.go:1259 +0x102
created by testing.(*T).Run
	/opt/hostedtoolcache/go/1.17.1/x64/src/testing/testing.go:1306 +0x35a
2021-10-10 21:57:55 -07:00
..
command removing tikv to resolve "go mod tidy" problem 2021-10-10 19:27:02 -07:00
filer disable testing with redis server 2021-10-10 21:57:55 -07:00
filesys Avoid xattr printed out as HTTP headers 2021-09-13 04:00:57 -07:00
ftpd go fmt 2021-09-14 10:37:06 -07:00
glog add log level possible values 2021-04-12 21:15:51 -07:00
iamapi go fmt 2021-09-14 10:37:06 -07:00
images Add the webp image type 2021-07-24 14:26:40 +09:00
messaging avoid possible metadata subscription data loss 2021-09-25 01:18:44 -07:00
notification Do reconnect to RabbitMQ 2021-02-11 13:59:36 +05:00
operation go fmt 2021-09-14 10:37:06 -07:00
pb avoid int bigger than math.MaxInt32 2021-10-07 21:12:57 -07:00
query go fmt 2019-10-09 00:03:18 -07:00
remote_storage go fmt 2021-09-14 10:37:06 -07:00
replication change server address from string to a type 2021-09-12 22:47:52 -07:00
s3api go fmt 2021-09-19 12:06:15 -07:00
security fix security alert on github.com/dgrijalva/jwt-go 2021-07-22 10:22:09 -07:00
sequence removing etcd sequencer 2021-10-10 19:10:46 -07:00
server removing etcd sequencer 2021-10-10 19:10:46 -07:00
shell refactor 2021-10-01 12:10:11 -07:00
static S 2021-07-15 17:43:38 -07:00
stats handle ipv6 addresses 2021-09-07 16:43:54 -07:00
storage adds more error message 2021-10-09 04:54:14 -07:00
topology go fmt 2021-10-07 21:13:31 -07:00
util go fmt 2021-10-07 21:13:31 -07:00
wdclient refactor 2021-09-19 12:02:23 -07:00
filer.toml add redis3 2021-10-04 01:01:31 -07:00
Makefile Update Makefile 2021-09-04 13:46:49 -07:00
weed.go Add autocomplete 2021-08-03 02:56:52 +09:00