BlazingDB / blazingsql

BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.
https://blazingsql.com
Apache License 2.0
1.93k stars 183 forks source link

VDE-181 [REVIEW] Feature/concurrent e2e #1552

Closed diegodfrf closed 3 years ago

GPUtester commented 3 years ago

Please update the changelog in order to start CI tests.

View the gpuCI docs here.

diegodfrf commented 3 years ago

This PR provides us with the following:

This option skip test when concurrent is True

# config.yaml
TEST_SUITE:
  SETUP:
    SKIP_WITH:
      - CONCURRENT: True

RUN_SETTINGS: EXEC_MODE: gpuci NGPUS: 1 NETWORK_INTERFACE: lo WORKSHEET: BSQL Log Results LOG_INFO: CONCURRENT: False

diegodfrf commented 3 years ago

Only TPCHSuite will execute for concurrent True and False