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

chia7712 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-k8shim.git


The following commit(s) were added to refs/heads/master by this push:
     new 27ce47c9 [YUNIKORN-2313] Flaky E2E Test: "Verify_basic_preemption" 
experiences flakiness due to race condition (#767)
27ce47c9 is described below

commit 27ce47c9a610b38ce101aaa52b7aebe5c955bf17
Author: Yu-Lin Chen <kh87...@gmail.com>
AuthorDate: Mon Jan 22 18:00:00 2024 +0800

    [YUNIKORN-2313] Flaky E2E Test: "Verify_basic_preemption" experiences 
flakiness due to race condition (#767)
    
    Update core version to fix the e2e tests.
    
    The root cause of this issue was found in 
https://issues.apache.org/jira/browse/YUNIKORN-2327 and fixed in 
https://issues.apache.org/jira/browse/YUNIKORN-2329
    
    Closes: #767
    
    Signed-off-by: Chia-Ping Tsai <chia7...@gmail.com>
---
 go.mod | 2 +-
 go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/go.mod b/go.mod
index 64dfed5b..79bd9059 100644
--- a/go.mod
+++ b/go.mod
@@ -21,7 +21,7 @@ module github.com/apache/yunikorn-k8shim
 go 1.20
 
 require (
-       github.com/apache/yunikorn-core v0.0.0-20240105094327-77e19f6aca27
+       github.com/apache/yunikorn-core v0.0.0-20240119185010-bce75ba32684
        github.com/apache/yunikorn-scheduler-interface 
v0.0.0-20240102192148-d4b43d6910c9
        github.com/google/go-cmp v0.6.0
        github.com/google/uuid v1.3.1
diff --git a/go.sum b/go.sum
index b23f5b95..01584864 100644
--- a/go.sum
+++ b/go.sum
@@ -49,8 +49,8 @@ github.com/alecthomas/units 
v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRF
 github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod 
h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho=
 github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 
h1:yL7+Jz0jTC6yykIK/Wh74gnTJnrGr5AyrNMXuA0gves=
 github.com/antlr/antlr4/runtime/Go/antlr v1.4.10/go.mod 
h1:F7bn7fEU90QkQ3tnmaTx3LTKLEDqnwWODIYppRQ5hnY=
-github.com/apache/yunikorn-core v0.0.0-20240105094327-77e19f6aca27 
h1:o38fyYaBl7YurkVf8Lm8IFpPSxAVjRGBh0tlAN5YohY=
-github.com/apache/yunikorn-core v0.0.0-20240105094327-77e19f6aca27/go.mod 
h1:lSAZNt47HGygsVG6mJTl0rW7acBl3tbN/Fg2wGJXYs8=
+github.com/apache/yunikorn-core v0.0.0-20240119185010-bce75ba32684 
h1:wnIsh9G7Cage+CiZR6ZSBxvyn+voPh8DWXHjeRSKTs8=
+github.com/apache/yunikorn-core v0.0.0-20240119185010-bce75ba32684/go.mod 
h1:lSAZNt47HGygsVG6mJTl0rW7acBl3tbN/Fg2wGJXYs8=
 github.com/apache/yunikorn-scheduler-interface 
v0.0.0-20240102192148-d4b43d6910c9 
h1:9Nj1XB52J7CjUysHwwu1Jf1HNC7fil5F/LkslwZEkN0=
 github.com/apache/yunikorn-scheduler-interface 
v0.0.0-20240102192148-d4b43d6910c9/go.mod 
h1:zDWV5y9Zh9DM1C65RCVXT1nhNNO8kykVW7bzPFamNYw=
 github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 
h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: issues-h...@yunikorn.apache.org

Reply via email to