Skip to content

Instantly share code, notes, and snippets.

@lmontigny
Created April 24, 2023 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lmontigny/e2c2e5f65d827de9690984ea18d119b4 to your computer and use it in GitHub Desktop.
Save lmontigny/e2c2e5f65d827de9690984ea18d119b4 to your computer and use it in GitHub Desktop.
./Tests/IntelGPUEnablingTest
[==========] Running 34 tests from 6 test suites.
[----------] Global test environment set-up.
[----------] 1 test from JoinTest
[ RUN ] JoinTest.SimpleJoin
[ OK ] JoinTest.SimpleJoin (2026 ms)
[----------] 1 test from JoinTest (2026 ms total)
[----------] 17 tests from AggregationTest
[ RUN ] AggregationTest.StandaloneCount
[ OK ] AggregationTest.StandaloneCount (142 ms)
[ RUN ] AggregationTest.StandaloneCountFilter
[ OK ] AggregationTest.StandaloneCountFilter (165 ms)
[ RUN ] AggregationTest.StandaloneCountWithProjection
[ OK ] AggregationTest.StandaloneCountWithProjection (26 ms)
[ RUN ] AggregationTest.ConsequentCount
[ OK ] AggregationTest.ConsequentCount (44 ms)
[ RUN ] AggregationTest.ConsequentCountWithProjection
[ OK ] AggregationTest.ConsequentCountWithProjection (44 ms)
[ RUN ] AggregationTest.CountStarAfterCountWithProjection
[ OK ] AggregationTest.CountStarAfterCountWithProjection (46 ms)
[ RUN ] AggregationTest.CountWithProjectionAfterCountStar
[ OK ] AggregationTest.CountWithProjectionAfterCountStar (45 ms)
[ RUN ] AggregationTest.StandaloneSum
[ OK ] AggregationTest.StandaloneSum (157 ms)
[ RUN ] AggregationTest.SimpleAggregations
[ OK ] AggregationTest.SimpleAggregations (2103 ms)
[ RUN ] AggregationTest.FilterAndCount
[ OK ] AggregationTest.FilterAndCount (4032 ms)
[ RUN ] AggregationTest.ComplexFilterAndCount
[ OK ] AggregationTest.ComplexFilterAndCount (1722 ms)
[ RUN ] AggregationTest.Sum
[ OK ] AggregationTest.Sum (979 ms)
[ RUN ] AggregationTest.FilterAndSum
[ OK ] AggregationTest.FilterAndSum (3136 ms)
[ RUN ] AggregationTest.MinMax
[ OK ] AggregationTest.MinMax (2619 ms)
[ RUN ] AggregationTest.Average
[ OK ] AggregationTest.Average (1611 ms)
[ RUN ] AggregationTest.NegateSum
[ OK ] AggregationTest.NegateSum (732 ms)
[ RUN ] AggregationTest.NullHandling
[ OK ] AggregationTest.NullHandling (282 ms)
[----------] 17 tests from AggregationTest (17885 ms total)
[----------] 1 test from OverflowTest
[ RUN ] OverflowTest.OverflowAndUnderFlow
2023-04-24T10:00:41.323308 E 3337396 0 0 RelAlgExecutor.cpp:1369 Query execution failed with error ERR_OVERFLOW_OR_UNDERFLOW: Overflow or underflow
2023-04-24T10:00:41.488920 E 3337396 0 0 RelAlgExecutor.cpp:1369 Query execution failed with error ERR_OVERFLOW_OR_UNDERFLOW: Overflow or underflow
2023-04-24T10:00:41.530309 E 3337396 0 0 RelAlgExecutor.cpp:1369 Query execution failed with error ERR_OVERFLOW_OR_UNDERFLOW: Overflow or underflow
2023-04-24T10:00:41.571558 E 3337396 0 0 RelAlgExecutor.cpp:1369 Query execution failed with error ERR_OVERFLOW_OR_UNDERFLOW: Overflow or underflow
2023-04-24T10:00:41.612797 E 3337396 0 0 RelAlgExecutor.cpp:1369 Query execution failed with error ERR_OVERFLOW_OR_UNDERFLOW: Overflow or underflow
2023-04-24T10:00:41.667583 E 3337396 0 0 RelAlgExecutor.cpp:1369 Query execution failed with error ERR_OVERFLOW_OR_UNDERFLOW: Overflow or underflow
2023-04-24T10:00:41.722851 E 3337396 0 0 RelAlgExecutor.cpp:1369 Query execution failed with error ERR_OVERFLOW_OR_UNDERFLOW: Overflow or underflow
2023-04-24T10:00:41.776951 E 3337396 0 0 RelAlgExecutor.cpp:1369 Query execution failed with error ERR_OVERFLOW_OR_UNDERFLOW: Overflow or underflow
2023-04-24T10:00:41.830847 E 3337396 0 0 RelAlgExecutor.cpp:1369 Query execution failed with error ERR_OVERFLOW_OR_UNDERFLOW: Overflow or underflow
[ OK ] OverflowTest.OverflowAndUnderFlow (2030 ms)
[----------] 1 test from OverflowTest (2030 ms total)
[----------] 3 tests from GroupByAggTest
[ RUN ] GroupByAggTest.GroupByCount
[ OK ] GroupByAggTest.GroupByCount (164 ms)
[ RUN ] GroupByAggTest.GroupBySum
/localdisk/lmontign/hdk/omniscidb/Tests/IntelGPUEnablingTest.cpp:480: Skipped
[ SKIPPED ] GroupByAggTest.GroupBySum (0 ms)
[ RUN ] GroupByAggTest.AggHaving
/localdisk/lmontign/hdk/omniscidb/Tests/IntelGPUEnablingTest.cpp:486: Skipped
[ SKIPPED ] GroupByAggTest.AggHaving (0 ms)
[----------] 3 tests from GroupByAggTest (164 ms total)
[----------] 5 tests from GroupByTest
[ RUN ] GroupByTest.Basic
[ OK ] GroupByTest.Basic (157 ms)
[ RUN ] GroupByTest.WithFilter
[ OK ] GroupByTest.WithFilter (447 ms)
[ RUN ] GroupByTest.WithOrdering
/localdisk/lmontign/hdk/omniscidb/Tests/IntelGPUEnablingTest.cpp:516: Skipped
[ SKIPPED ] GroupByTest.WithOrdering (1 ms)
[ RUN ] GroupByTest.WithFilterHaving
[ OK ] GroupByTest.WithFilterHaving (1810 ms)
[ RUN ] GroupByTest.WithCase
[ OK ] GroupByTest.WithCase (494 ms)
[----------] 5 tests from GroupByTest (2909 ms total)
[----------] 7 tests from BasicTest
[ RUN ] BasicTest.SimpleFilterWithLiteral
[ OK ] BasicTest.SimpleFilterWithLiteral (428 ms)
[ RUN ] BasicTest.Time
[ OK ] BasicTest.Time (510 ms)
[ RUN ] BasicTest.Time2
/localdisk/lmontign/hdk/omniscidb/Tests/IntelGPUEnablingTest.cpp:592: Skipped
[ SKIPPED ] BasicTest.Time2 (0 ms)
[ RUN ] BasicTest.Timestamp
[ OK ] BasicTest.Timestamp (205 ms)
[ RUN ] BasicTest.TimeExtract
[ OK ] BasicTest.TimeExtract (4677 ms)
[ RUN ] BasicTest.In
[ OK ] BasicTest.In (640 ms)
[ RUN ] BasicTest.InWithStrings
/localdisk/lmontign/hdk/omniscidb/Tests/IntelGPUEnablingTest.cpp:824: Skipped
[ SKIPPED ] BasicTest.InWithStrings (0 ms)
[----------] 7 tests from BasicTest (6460 ms total)
[----------] Global test environment tear-down
[==========] 34 tests from 6 test suites ran. (31474 ms total)
[ PASSED ] 29 tests.
[ SKIPPED ] 5 tests, listed below:
[ SKIPPED ] GroupByAggTest.GroupBySum
[ SKIPPED ] GroupByAggTest.AggHaving
[ SKIPPED ] GroupByTest.WithOrdering
[ SKIPPED ] BasicTest.Time2
[ SKIPPED ] BasicTest.InWithStrings
real 0m33.641s
user 0m33.453s
sys 0m5.772s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment