Eric Erhardt created ARROW-4737:
-----------------------------------
Summary: [C#] tests are not running in CI
Key: ARROW-4737
URL: https://issues.apache.org/jira/browse/ARROW-4737
Project: Apache Arrow
Issue Type: Bug
Components: C#
Reporter: Eric Erhardt
Assignee: Eric Erhardt
The C# tests are not running in CI because the filtering logic needs to be
updated.
For example see
https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/22671460/job/nk1nn59k5njie720
{quote}Build started
git clone -q https://github.com/apache/arrow.git C:\projects\arrow
git fetch -q origin +refs/pull/3662/merge:
git checkout -qf FETCH_HEAD
Running Install scripts
python ci\detect-changes.py > generated_changes.bat
Affected files: [u'csharp/src/Apache.Arrow/Field.Builder.cs',
u'csharp/src/Apache.Arrow/Schema.Builder.cs',
u'csharp/test/Apache.Arrow.Tests/SchemaBuilderTests.cs',
u'csharp/test/Apache.Arrow.Tests/TypeTests.cs']
Affected topics:
{'c_glib': False,
'cpp': False,
'dev': False,
'docs': False,
'go': False,
'integration': False,
'java': False,
'js': False,
'python': False,
'r': False,
'ruby': False,
'rust': False,
'site': False}
call generated_changes.bat
call ci\appveyor-filter-changes.bat
===
=== No C++ or Python changes, exiting job
===
Build was forcibly terminated
Build success{quote}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)