Clever / optimus

Concurrently extract, transform, and load tables of data in Go
Apache License 2.0
34 stars 7 forks source link

Use Go 1.7 in Drone and golang-version-check. #53

Closed peggyl closed 8 years ago

peggyl commented 8 years ago

You were assigned as the most active recent contributor to this repo. Please reassign and share the joy of Go 1.7 if needed, or ask in #golang if you have any questions.

nathanleiby commented 8 years ago

Build failure:

--- FAIL: TestStop (0.00s)
    <autogenerated>:10: 

    Error Trace:    test_table.go:27

            test_table.go:21

            test_table.go:14

            csv_test.go:41

    Error:      Not equal: 0 (expected)
                    != 1 (actual)

    Messages:   expected 0 rows, found 1: []optimus.Row{optimus.Row{"header1":"field1", "header2":"field2", "header3":"field3"}}

FAIL
exit status 1
nathanleiby commented 8 years ago

Looks like the tests themselves are unreliable. Several runs locally got some passes / some failures.

Needs more investigation, but it's unrelated to this change.