You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uniffle.apache.org by ro...@apache.org on 2022/09/29 01:01:06 UTC

[incubator-uniffle] branch master updated: [ISSUE-196] Fix flaky test about kerberos (#250)

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

roryqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


The following commit(s) were added to refs/heads/master by this push:
     new 0fe0a90d [ISSUE-196] Fix flaky test about kerberos (#250)
0fe0a90d is described below

commit 0fe0a90d47c6a4289da679e1ec1bea2a4208a600
Author: Junfan Zhang <zu...@apache.org>
AuthorDate: Thu Sep 29 09:01:01 2022 +0800

    [ISSUE-196] Fix flaky test about kerberos (#250)
    
    ### What changes were proposed in this pull request?
    Fix flaky test about kerberos #196
    
    ### Why are the changes needed?
    Fix flaky test
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    No need.
---
 .github/workflows/parallel.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/parallel.yml b/.github/workflows/parallel.yml
index b3ee8b80..6a0d4130 100644
--- a/.github/workflows/parallel.yml
+++ b/.github/workflows/parallel.yml
@@ -66,6 +66,8 @@ jobs:
       fail-fast: false
     name: -P${{ matrix.profile }}
     steps:
+    - name: Set /etc/hosts mapping
+      run: sudo hostname "action-host" | sudo echo "127.0.0.1 action-host" | sudo tee -a /etc/hosts
     - name: Checkout project
       uses: actions/checkout@v2
     - name: Set up JDK ${{ inputs.java-version }}