Skip to content

Instantly share code, notes, and snippets.

@lmontigny
Created April 24, 2023 16:12
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/907e22bbb14bc88ed4417b39714af25b to your computer and use it in GitHub Desktop.
Save lmontigny/907e22bbb14bc88ed4417b39714af25b to your computer and use it in GitHub Desktop.
time ./Tests/IntelGPUEnablingTest
[==========] Running 34 tests from 6 test suites.
[----------] Global test environment set-up.
[----------] 1 test from JoinTest
[ RUN ] JoinTest.SimpleJoin
[ OK ] JoinTest.SimpleJoin (2000 ms)
[----------] 1 test from JoinTest (2000 ms total)
[----------] 17 tests from AggregationTest
[ RUN ] AggregationTest.StandaloneCount
[ OK ] AggregationTest.StandaloneCount (133 ms)
[ RUN ] AggregationTest.StandaloneCountFilter
[ OK ] AggregationTest.StandaloneCountFilter (159 ms)
[ RUN ] AggregationTest.StandaloneCountWithProjection
[ OK ] AggregationTest.StandaloneCountWithProjection (24 ms)
[ RUN ] AggregationTest.ConsequentCount
[ OK ] AggregationTest.ConsequentCount (44 ms)
[ RUN ] AggregationTest.ConsequentCountWithProjection
[ OK ] AggregationTest.ConsequentCountWithProjection (44 ms)
[ RUN ] AggregationTest.CountStarAfterCountWithProjection
[ OK ] AggregationTest.CountStarAfterCountWithProjection (44 ms)
[ RUN ] AggregationTest.CountWithProjectionAfterCountStar
[ OK ] AggregationTest.CountWithProjectionAfterCountStar (44 ms)
[ RUN ] AggregationTest.StandaloneSum
[ OK ] AggregationTest.StandaloneSum (150 ms)
[ RUN ] AggregationTest.SimpleAggregations
[ OK ] AggregationTest.SimpleAggregations (2049 ms)
[ RUN ] AggregationTest.FilterAndCount
[ OK ] AggregationTest.FilterAndCount (3872 ms)
[ RUN ] AggregationTest.ComplexFilterAndCount
[ OK ] AggregationTest.ComplexFilterAndCount (1661 ms)
[ RUN ] AggregationTest.Sum
[ OK ] AggregationTest.Sum (924 ms)
[ RUN ] AggregationTest.FilterAndSum
[ OK ] AggregationTest.FilterAndSum (2931 ms)
[ RUN ] AggregationTest.MinMax
[ OK ] AggregationTest.MinMax (2487 ms)
[ RUN ] AggregationTest.Average
[ OK ] AggregationTest.Average (1581 ms)
[ RUN ] AggregationTest.NegateSum
[ OK ] AggregationTest.NegateSum (710 ms)
[ RUN ] AggregationTest.NullHandling
[ OK ] AggregationTest.NullHandling (263 ms)
[----------] 17 tests from AggregationTest (17120 ms total)
[----------] 1 test from OverflowTest
[ RUN ] OverflowTest.OverflowAndUnderFlow
2023-04-24T09:29:31.995047 E 3330695 0 0 RelAlgExecutor.cpp:1369 Query execution failed with error ERR_OVERFLOW_OR_UNDERFLOW: Overflow or underflow
2023-04-24T09:29:32.153091 E 3330695 0 0 RelAlgExecutor.cpp:1369 Query execution failed with error ERR_OVERFLOW_OR_UNDERFLOW: Overflow or underflow
2023-04-24T09:29:32.196514 E 3330695 0 0 RelAlgExecutor.cpp:1369 Query execution failed with error ERR_OVERFLOW_OR_UNDERFLOW: Overflow or underflow
2023-04-24T09:29:32.239275 E 3330695 0 0 RelAlgExecutor.cpp:1369 Query execution failed with error ERR_OVERFLOW_OR_UNDERFLOW: Overflow or underflow
2023-04-24T09:29:32.285781 E 3330695 0 0 RelAlgExecutor.cpp:1369 Query execution failed with error ERR_OVERFLOW_OR_UNDERFLOW: Overflow or underflow
2023-04-24T09:29:32.342421 E 3330695 0 0 RelAlgExecutor.cpp:1369 Query execution failed with error ERR_OVERFLOW_OR_UNDERFLOW: Overflow or underflow
2023-04-24T09:29:32.398403 E 3330695 0 0 RelAlgExecutor.cpp:1369 Query execution failed with error ERR_OVERFLOW_OR_UNDERFLOW: Overflow or underflow
2023-04-24T09:29:32.454257 E 3330695 0 0 RelAlgExecutor.cpp:1369 Query execution failed with error ERR_OVERFLOW_OR_UNDERFLOW: Overflow or underflow
2023-04-24T09:29:32.510567 E 3330695 0 0 RelAlgExecutor.cpp:1369 Query execution failed with error ERR_OVERFLOW_OR_UNDERFLOW: Overflow or underflow
[ OK ] OverflowTest.OverflowAndUnderFlow (1957 ms)
[----------] 1 test from OverflowTest (1957 ms total)
[----------] 3 tests from GroupByAggTest
[ RUN ] GroupByAggTest.GroupByCount
[ OK ] GroupByAggTest.GroupByCount (159 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 (159 ms total)
[----------] 5 tests from GroupByTest
[ RUN ] GroupByTest.Basic
[ OK ] GroupByTest.Basic (149 ms)
[ RUN ] GroupByTest.WithFilter
[ OK ] GroupByTest.WithFilter (405 ms)
[ RUN ] GroupByTest.WithOrdering
/localdisk/lmontign/hdk/omniscidb/Tests/IntelGPUEnablingTest.cpp:516: Skipped
[ SKIPPED ] GroupByTest.WithOrdering (0 ms)
[ RUN ] GroupByTest.WithFilterHaving
[ OK ] GroupByTest.WithFilterHaving (1719 ms)
[ RUN ] GroupByTest.WithCase
[ OK ] GroupByTest.WithCase (443 ms)
[----------] 5 tests from GroupByTest (2717 ms total)
[----------] 7 tests from BasicTest
[ RUN ] BasicTest.SimpleFilterWithLiteral
[ OK ] BasicTest.SimpleFilterWithLiteral (436 ms)
[ RUN ] BasicTest.Time
[ OK ] BasicTest.Time (505 ms)
[ RUN ] BasicTest.Time2
/localdisk/lmontign/hdk/omniscidb/Tests/IntelGPUEnablingTest.cpp:592: Skipped
[ SKIPPED ] BasicTest.Time2 (0 ms)
[ RUN ] BasicTest.Timestamp
[ OK ] BasicTest.Timestamp (201 ms)
[ RUN ] BasicTest.TimeExtract
[ OK ] BasicTest.TimeExtract (4434 ms)
[ RUN ] BasicTest.In
[ OK ] BasicTest.In (637 ms)
[ RUN ] BasicTest.InWithStrings
/localdisk/lmontign/hdk/omniscidb/Tests/IntelGPUEnablingTest.cpp:824: Skipped
[ SKIPPED ] BasicTest.InWithStrings (0 ms)
[----------] 7 tests from BasicTest (6213 ms total)
[----------] Global test environment tear-down
[==========] 34 tests from 6 test suites ran. (30167 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 0m32.377s
user 0m31.898s
sys 0m5.892s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment