alexbrainman / odbc

odbc driver written in go
BSD 3-Clause "New" or "Revised" License
352 stars 140 forks source link

TestMSSQLIntAfterText is broken by changes in code.google.com/p/go #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
C:\>go test code.google.com/p/odbc -mssrv=xxx -msdb=xxx -msuser=xxx -mspass=xxx
--- FAIL: TestMSSQLIntAfterText (0.00s)
        mssql_test.go:706: expected "abc", but received
FAIL
exit status 1
FAIL    code.google.com/p/odbc  0.969s

This test is used to work fine, but is broken starting from:

changeset:   21211:2acb59fb63b6
user:        Keith Randall <khr@golang.org>
date:        Wed Sep 17 08:32:15 2014 -0700
summary:     runtime: change minimum stack size to 2K.

Alex

Original issue reported on code.google.com by alex.bra...@gmail.com on 21 Oct 2014 at 12:39

GoogleCodeExporter commented 9 years ago
https://codereview.appspot.com/163770043

Original comment by alex.bra...@gmail.com on 23 Oct 2014 at 4:56

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 548bf0261081.

Original comment by alex.bra...@gmail.com on 23 Oct 2014 at 4:59