viant / toolbox

Toolbox - go utility library
Apache License 2.0
197 stars 29 forks source link

Test_Udf fails at go test #29

Closed rogers0 closed 4 years ago

rogers0 commented 4 years ago

Hi there,

I'm working with @creekorful to package this project into Debian. Debian build system usually run go test after building the package, so I find Test_Udf fails, whatever has network access. Here's the log:

=== RUN   Test_Udf
    Test_Udf: map_test.go:288:
                Error Trace:    map_test.go:288
                Error:          Not equal:
                                expected: "2008"
                                actual  : "2009"

                                Diff:
                                --- Expected
                                +++ Actual
                                @@ -1 +1 @@
                                -2008
                                +2009
                Test:           Test_Udf
    Test_Udf: map_test.go:296:
                Error Trace:    map_test.go:296
                Error:          Not equal:
                                expected: "2008"
                                actual  : "2009"

                                Diff:
                                --- Expected
                                +++ Actual
                                @@ -1 +1 @@
                                -2008
                                +2009
                Test:           Test_Udf
    Test_Udf: map_test.go:343:
                Error Trace:    map_test.go:343
                Error:          Not equal:
                                expected: "2008"
                                actual  : "2009"

                                Diff:
                                --- Expected
                                +++ Actual
                                @@ -1 +1 @@
                                -2008
                                +2009
                Test:           Test_Udf
--- FAIL: Test_Udf (0.00s)
adranwit commented 4 years ago

Updated test plan

adranwit commented 4 years ago

patched issue

rogers0 commented 4 years ago

I confirmed this is fixed on version 0.32.2 Thanks for your support!