You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2019/03/20 22:14:18 UTC

[arrow] branch master updated: ARROW-4948: [JS] Nightly test failure

This is an automated email from the ASF dual-hosted git repository.

kszucs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e620ac  ARROW-4948: [JS] Nightly test failure
1e620ac is described below

commit 1e620ac02c20d1ec5ece3ff9b3882cc267c66c98
Author: ptaylor <pa...@me.com>
AuthorDate: Wed Mar 20 23:14:06 2019 +0100

    ARROW-4948: [JS] Nightly test failure
    
    Fixes https://issues.apache.org/jira/browse/ARROW-4948. Updates dockerignore to only ignore test data, not test files. Built and ran JS Dockerfile locally after this change and verified all tests pass.
    
    Author: ptaylor <pa...@me.com>
    
    Closes #3992 from trxcllnt/js/arrow-4948 and squashes the following commits:
    
    97e68194 <ptaylor> update dockerignore to only ignore test data, not test files
---
 .dockerignore | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.dockerignore b/.dockerignore
index dc0f93b..20098d0 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -86,8 +86,8 @@ js/.lock-wscript
 js/build/Release
 js/dist
 js/targets
-js/test/data
-js/test/__snapshots__
+js/test/data/**/*.json
+js/test/data/**/*.arrow
 
 # Rust
 rust/target