From f69fbbe9a6c998a36d2f4d5299870584b8e0ecd6 Mon Sep 17 00:00:00 2001 From: Guilherme Leobas Date: Fri, 3 Feb 2023 00:35:06 -0300 Subject: [PATCH 1/3] Bump heavydb version to 6.4 and remove previous pytest.skip --- .github/workflows/rbc_test.yml | 2 +- rbc/tests/heavydb/test_column_basic.py | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/rbc_test.yml b/.github/workflows/rbc_test.yml index c3cc4b32..a01bbc66 100644 --- a/.github/workflows/rbc_test.yml +++ b/.github/workflows/rbc_test.yml @@ -110,7 +110,7 @@ jobs: os: [ubuntu-latest] python-version: ['3.10', '3.9', '3.8'] numba-version: ['0.56', '0.55'] - heavydb-version: ['6.2', '6.1', '6.0'] + heavydb-version: ['6.4', '6.2', '6.1'] heavydb-from: [conda] # include: # - os: ubuntu-latest diff --git a/rbc/tests/heavydb/test_column_basic.py b/rbc/tests/heavydb/test_column_basic.py index ddb292ff..74dadde8 100644 --- a/rbc/tests/heavydb/test_column_basic.py +++ b/rbc/tests/heavydb/test_column_basic.py @@ -550,9 +550,6 @@ def test_column_aggregate(heavydb, prop, oper): heavydb.reset() heavydb.register() - if prop == 'groupby': - pytest.skip('heavydb server crashes') - if oper == 'single_value': if prop: return From f1983cd0d1785d51d343e38e7c713cce4f23feaa Mon Sep 17 00:00:00 2001 From: Guilherme Leobas Date: Mon, 6 Feb 2023 17:41:18 -0300 Subject: [PATCH 2/3] install heavydb 6.2 as 6.4 is broken --- .github/workflows/rbc_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rbc_test.yml b/.github/workflows/rbc_test.yml index a01bbc66..4dadc6a2 100644 --- a/.github/workflows/rbc_test.yml +++ b/.github/workflows/rbc_test.yml @@ -301,7 +301,7 @@ jobs: shell: bash -l {0} run: | conda install mamba -c conda-forge -y - mamba install -c conda-forge heavydb nbval ibis-heavyai matplotlib pandas + mamba install -c conda-forge heavydb=6.2*=*_cpu nbval ibis-heavyai matplotlib pandas - name: Start heavydb server shell: bash -l {0} From 93f8477497ea4721ebff49431361f82600f89b96 Mon Sep 17 00:00:00 2001 From: Guilherme Leobas Date: Mon, 6 Feb 2023 17:59:45 -0300 Subject: [PATCH 3/3] Revert "install heavydb 6.2 as 6.4 is broken" This reverts commit f1983cd0d1785d51d343e38e7c713cce4f23feaa. --- .github/workflows/rbc_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rbc_test.yml b/.github/workflows/rbc_test.yml index 4dadc6a2..a01bbc66 100644 --- a/.github/workflows/rbc_test.yml +++ b/.github/workflows/rbc_test.yml @@ -301,7 +301,7 @@ jobs: shell: bash -l {0} run: | conda install mamba -c conda-forge -y - mamba install -c conda-forge heavydb=6.2*=*_cpu nbval ibis-heavyai matplotlib pandas + mamba install -c conda-forge heavydb nbval ibis-heavyai matplotlib pandas - name: Start heavydb server shell: bash -l {0}