You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2020/01/29 00:32:00 UTC

[jira] [Created] (ARROW-7711) [C#] Date32 test depends on system timezone

Kouhei Sutou created ARROW-7711:
-----------------------------------

             Summary: [C#] Date32 test depends on system timezone
                 Key: ARROW-7711
                 URL: https://issues.apache.org/jira/browse/ARROW-7711
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C#
            Reporter: Kouhei Sutou
            Assignee: Kouhei Sutou


The following failure was occurred on 2020-01-29:08:47:33+09:00:

{noformat}
Starting test execution, please wait...
[xUnit.net 00:00:00.53]     Apache.Arrow.Tests.Date32ArrayTests+Set.SetAndGet [FAIL]
  X Apache.Arrow.Tests.Date32ArrayTests+Set.SetAndGet [19ms]
  Error Message:
   Assert.Equal() Failure
Expected: 2020-01-28T00:00:00.0000000
Actual:   2020-01-27T00:00:00.0000000
  Stack Trace:
     at Apache.Arrow.Tests.Date32ArrayTests.Set.SetAndGet() in /tmp/arrow-0.16.0.mrKfP/apache-arrow-0.16.0/csharp/test/Apache.Arrow.Tests/Date32ArrayTests.cs:line 38
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)