linxGnu / goseaweedfs

A complete Golang client for SeaweedFS

Home Page:https://github.com/chrislusf/seaweedfs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting error on running test function TestUploadLookupserverReplaceDeleteFile

Meenakshi-Sachdeva opened this issue · comments

/usr/lib/golang/bin/go tool test2json -t /tmp/GoLand/___9TestUploadLookupserverReplaceDeleteFile_in_seaweed_test_go.test -test.v -test.paniconexit0 -test.run ^\QTestUploadLookupserverReplaceDeleteFile\E$
=== RUN TestUploadLookupserverReplaceDeleteFile
seaweed_test.go:54:
Error Trace: seaweed_test.go:54
Error: Expected nil, but got: &errors.errorString{s:"/dir/assign result JSON unmarshal error:invalid character '<' looking for beginning of value, json:\nNoSuchKeyThe specified key does not exist./dir/assign1655828029404165416assigndir"}
Test: TestUploadLookupserverReplaceDeleteFile
--- FAIL: TestUploadLookupserverReplaceDeleteFile (0.52s)
FAIL
Process finished with the exit code 1

Getting above error. Can someone help for this?

@Meenakshi-Sachdeva
I am sorry due to personal matter that I could not handle issue on time.

Let me check the issue and feedback.

Thanks for your response. I have few other queries too if you can help on them

  1. how to debug issues on seaweedfs, like logging etc?
  2. I tried with file around 10GB and more, sometimes it gets failed. Is there anything we can do for bug files?
  3. which is the best s3 lib to use?
    We are currently using minio.