cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.13k stars 3.81k forks source link

teamcity: failed tests on release-2.0: Examples-ORMs/TestSQLAlchemy #23900

Closed cockroach-teamcity closed 6 years ago

cockroach-teamcity commented 6 years ago

The following tests appear to have failed:

#576498:

--- FAIL: Examples-ORMs/TestSQLAlchemy (182.860s)

------- Stderr: -------
2018/03/15 14:57:52 process 14400 started: ../cockroach start --logtostderr --insecure --host=localhost --port=0 --http-port=0 --store=/tmp/cockroach-testserver390037708 --listening-url-file=/tmp/cockroach-testserver390037708/listen-url
--- FAIL: Examples-ORMs/TestSQLAlchemy: TestSQLAlchemy/FirstRun (180.720s)
main_test.go:160: Get http://localhost:6543/ping: dial tcp 127.0.0.1:6543: getsockopt: connection refused
--- FAIL: Examples-ORMs/TestSQLAlchemy: TestSQLAlchemy/SecondRun (1.520s)

--- FAIL: Examples-ORMs/TestSQLAlchemy: TestSQLAlchemy/SecondRun: TestSQLAlchemy/SecondRun/RetrieveFromAPIAfterRestart (0.000s)

--- FAIL: Examples-ORMs/TestSQLAlchemy: TestSQLAlchemy/SecondRun: TestSQLAlchemy/SecondRun/RetrieveFromAPIAfterRestart: TestSQLAlchemy/SecondRun/RetrieveFromAPIAfterRestart/Products (0.010s)
test_driver.go:218: expecting products from api after creation to be [{0 0x8d5a70 123.4}], found []
--- FAIL: Examples-ORMs/TestSQLAlchemy: TestSQLAlchemy/SecondRun: TestSQLAlchemy/SecondRun/RetrieveFromAPIAfterRestart: TestSQLAlchemy/SecondRun/RetrieveFromAPIAfterRestart/Order (0.020s)
test_driver.go:218: expecting products from api after creation to be [{0 0x8d5a70 123.4}], found []
--- FAIL: Examples-ORMs/TestSQLAlchemy: TestSQLAlchemy/SecondRun: TestSQLAlchemy/SecondRun/RetrieveFromAPIAfterRestart: TestSQLAlchemy/SecondRun/RetrieveFromAPIAfterRestart/Customers (0.020s)
test_driver.go:218: expecting products from api after creation to be [{0 0x8d5a70 123.4}], found []
--- FAIL: Examples-ORMs/TestSQLAlchemy (182.860s)

------- Stderr: -------
2018/03/15 14:57:52 process 14400 started: ../cockroach start --logtostderr --insecure --host=localhost --port=0 --http-port=0 --store=/tmp/cockroach-testserver390037708 --listening-url-file=/tmp/cockroach-testserver390037708/listen-url
--- FAIL: Examples-ORMs/TestSQLAlchemy: TestSQLAlchemy/FirstRun (180.720s)
main_test.go:160: Get http://localhost:6543/ping: dial tcp 127.0.0.1:6543: getsockopt: connection refused
--- FAIL: Examples-ORMs/TestSQLAlchemy: TestSQLAlchemy/SecondRun (1.520s)

--- FAIL: Examples-ORMs/TestSQLAlchemy: TestSQLAlchemy/SecondRun: TestSQLAlchemy/SecondRun/RetrieveFromAPIAfterRestart (0.000s)

--- FAIL: Examples-ORMs/TestSQLAlchemy: TestSQLAlchemy/SecondRun: TestSQLAlchemy/SecondRun/RetrieveFromAPIAfterRestart: TestSQLAlchemy/SecondRun/RetrieveFromAPIAfterRestart/Products (0.010s)
test_driver.go:218: expecting products from api after creation to be [{0 0x8d5a70 123.4}], found []
--- FAIL: Examples-ORMs/TestSQLAlchemy: TestSQLAlchemy/SecondRun: TestSQLAlchemy/SecondRun/RetrieveFromAPIAfterRestart: TestSQLAlchemy/SecondRun/RetrieveFromAPIAfterRestart/Order (0.020s)
test_driver.go:218: expecting products from api after creation to be [{0 0x8d5a70 123.4}], found []
--- FAIL: Examples-ORMs/TestSQLAlchemy: TestSQLAlchemy/SecondRun: TestSQLAlchemy/SecondRun/RetrieveFromAPIAfterRestart: TestSQLAlchemy/SecondRun/RetrieveFromAPIAfterRestart/Customers (0.020s)
test_driver.go:218: expecting products from api after creation to be [{0 0x8d5a70 123.4}], found []

Please assign, take a look and update the issue accordingly.

jordanlewis commented 6 years ago

16715