sql-machine-learning / sqlflow

Brings SQL and AI together.
https://sqlflow.org
Apache License 2.0
5.11k stars 703 forks source link

TestModelZooServer/TestUsingModelZooModel fail when using refactorized codegen #3005

Closed sneaxiy closed 4 years ago

sneaxiy commented 4 years ago

Based on https://github.com/sql-machine-learning/sqlflow/pull/2970 .

2020-10-10T06:12:35.8540517Z --- FAIL: TestModelZooServer (4.58s)
2020-10-10T06:12:35.8543005Z     --- PASS: TestModelZooServer/ReleaseModelDef (3.56s)
2020-10-10T06:12:35.8545311Z     modelzooserver_test.go:152: 
2020-10-10T06:12:35.8546656Z            Error Trace:    modelzooserver_test.go:152
2020-10-10T06:12:35.8548602Z            Error:          rpc error: %v
2020-10-10T06:12:35.8549344Z            Test:           TestModelZooServer
2020-10-10T06:12:35.8550771Z            Messages:       rpc error: code = Unknown desc = convert length head error: strconv.ParseInt: parsing "\x1f\x8b\b\x00\xd3P\x81_\x00\x03": invalid syntax
2020-10-10T06:12:35.8553259Z     --- FAIL: TestModelZooServer/ReleaseTrainedModel (0.01s)
2020-10-10T06:12:35.8556005Z         testing.go:864: test executed panic(nil) or runtime.Goexit: subtest may have called FailNow on a parent test
2020-10-10T06:12:35.8558480Z === RUN   TestUsingModelZooModel
2020-10-10T06:12:35.8613889Z time="2020-10-10T14:12:35+08:00" level=info msg="SQLFlow Model Zoo started at: 50056"
2020-10-10T06:12:51.3255821Z --- FAIL: TestUsingModelZooModel (15.47s)
2020-10-10T06:12:51.3256634Z     using_model_test.go:189: 
2020-10-10T06:12:51.3257174Z            Error Trace:    using_model_test.go:189
2020-10-10T06:12:51.3257869Z            Error:          Received unexpected error:
2020-10-10T06:12:51.3258829Z                            rpc error: code = Unknown desc = runSQLProgram error: open: table localhost:50056/sqlflow_models.modelzoo_model_iris doesn't exist
2020-10-10T06:12:51.3259747Z            Test:           TestUsingModelZooModel
2020-10-10T06:12:51.3260324Z FAIL
2020-10-10T06:12:51.3261771Z coverage: 47.7% of statements
2020-10-10T06:12:51.3286625Z FAIL  sqlflow.org/sqlflow/go/modelzooserver   21.405s