Sign in
apache
/
drill-test-framework
/
HEAD
8536cd8
Restrict MinIO test server to localhost
by James Turton
· 1 year, 7 months ago
main
230d49e
Bump jackson-databind from 2.10.0 to 2.12.7.1 in /framework (#8)
by dependabot[bot]
· 3 years ago
ea20848
Bump json from 20090211 to 20230227 in /framework (#9)
by dependabot[bot]
· 3 years ago
16de846
Bump httpclient from 4.5.5 to 4.5.13 in /framework (#4)
by dependabot[bot]
· 3 years, 3 months ago
aa2fc95
Bump xercesImpl from 2.12.0 to 2.12.2 in /framework (#5)
by dependabot[bot]
· 3 years, 10 months ago
85fd1eb
Merge pull request #1 from agozhiy/resurrection
by James Turton
· 3 years, 10 months ago
3261cf5
Changed logger implementation from log4j to slf4j w/ logback
by Anton Gozhiy
· 3 years, 11 months ago
fd0c903
Refactored remaining test suites to use data preparation phases instead of scripts
by Anton Gozhiy
· 4 years ago
resurrection
5adf73d
Added new data preparation phases
by Anton Gozhiy
· 4 years ago
b4e0895
Added docker maven plugin, changed defaults to make it build and run easier
by Anton Gozhiy
· 4 years, 1 month ago
9fffe6a
Fixed links to the datasets on S3 (#608)
by Anton Gozhiy
· 6 years ago
3300df3
Bump xercesImpl from 2.8.0 to 2.12.0 in /framework (#607)
by dependabot[bot]
· 6 years ago
39da818
DRILL-7713: Baseline changes due to update of Metadata-extractor library (#606)
by Anton Gozhiy
· 6 years ago
e06cff6
DRILL-6168: Adjust results for table functions (#605)
by Paul Rogers
· 6 years ago
bbf2d9e
Bump zookeeper from 3.4.6 to 3.4.14 in /framework (#604)
by dependabot[bot]
· 6 years ago
bd2d0f4
DRILL-7615: Added tests to verify that decimal columns work correctly with UNION operator (#603)
by Dmytro Kondriukov
· 6 years ago
919d931
DRILL-7502: fix baselines (#602)
by Denys Ordynskiy
· 6 years ago
9a5d7ec
DRILL-7409: Check if BigInt is read correctly with parquet in diction… (#601)
by Denys Ordynskiy
· 6 years ago
046e85f
DRILL-7418: Fixed baselines due to optimizations (#600)
by Anton Gozhiy
· 6 years ago
d234e62
Bump jackson.version from 2.9.9 to 2.10.0 in /framework (#599)
by dependabot[bot]
· 6 years ago
4cdd57f
Specified query columns for a test query. (#598)
by Denys Ordynskiy
· 6 years ago
b65aff4
DRILL-7096: Fixed baselines due to added support for canonical Map (#597)
by Anton Gozhiy
· 7 years ago
e082dbd
Test for parseError using WITH and UNION ALL operators (#593)
by Pavel Semenov
· 7 years ago
ae106e9
Testing CRUD for the table schema. (#596)
by Denys Ordynskiy
· 7 years ago
210a918
Added an option for float / double precision that would help to solve precision related test failures (#594)
by Anton Gozhiy
· 7 years ago
c251ec3
Fixed baselines due to fixes in DRILL-4517 (#595)
by Anton Gozhiy
· 7 years ago
2a2247e
Test for CompileException in VarDecimalHolder class (#592)
by Pavel Semenov
· 7 years ago
d8d7538
'Decimal' and 'prq_union_all' extention folder files refactoring (#591)
by Pavel Semenov
· 7 years ago
c6c700c
DRILL-7200: Baseline updates due to Calcite update (#590)
by Anton Gozhiy
· 7 years ago
13f42bf
Added tests for V3 text reader issues fixes (#589)
by Anton Gozhiy
· 7 years ago
bc1888b
DRILL-7268: Updated baselines for two Hive parquet files (#588)
by Pavel Semenov
· 7 years ago
3ea6023
DRILL-7292: Updated baselines due to transition to V3 Text Reader (#587)
by Anton Gozhiy
· 7 years ago
b5ed551
Updated baselines due to changes in DRILL-4782 / DRILL-7139 (#583)
by Anton Gozhiy
· 7 years ago
dbe6074
Bump jackson.version from 2.8.11 to 2.9.9 in /framework (#586)
by dependabot[bot]
· 7 years ago
0c85b4f
DRILL-6974: Three new tests for 'set' command (#585)
by Pavel Semenov
· 7 years ago
704d6e4
DRILL-7050 - Testing subqueries in the SELECT statement. (#584)
by Denys Ordynskiy
· 7 years ago
f84ee6a
Baseline updates for stats tests (#582)
by Anisha V Reddy
· 7 years ago
7bf960c
DRILL-7038: Added tests to verify that scan is not happening when only partition is being selected (#580)
by Anton Gozhiy
· 7 years ago
0c07fc7
Framework changes and tests for RM queue selection (#571)
by Abhishek Ravi
· 7 years ago
7ea28ba
Added the Framework version check before the test runs (#574)
by Anton Gozhiy
· 7 years ago
457c4be
Added a general command line parameter "--jvm" to pass Java options to the test runs and --debug to enable remote debug with default options (#573)
by Anton Gozhiy
· 7 years ago
1820a38
Disable a stats test case (#578)
by Anisha V Reddy
· 7 years ago
2544553
Changes for calculating "optimal memory requirement" for RM (#576)
by Abhishek Ravi
· 7 years ago
ca4abe8
Updated the schema name in generation scripts (#577)
by Denys Ordynskiy
· 7 years ago
7d81493
DRILL-7063: Update addremove_files.sh (#575)
by Abhishek Girish
· 7 years ago
c018fd7
Trivial fix for regex in stats tests (#572)
by Anisha V Reddy
· 7 years ago
b99aeed
Drill RM configuration changes - Read / Modify / Write configuration (#557)
by Abhishek Ravi
· 7 years ago
62a0ba5
Tests partitioned files and more query plan verification tests (#570)
by Anisha V Reddy
· 7 years ago
db65310
Added tests to check Drill queries to the Amazon S3 API via Minio (#566)
by Denys Ordynskiy
· 7 years ago
dc4ef46
MD-5043 Disable s3 storage plugin if Minio is down. Move start_minio script outside of the gen scripts block. (#568)
by Denys Ordynskiy
· 7 years ago
c798aa5
DRILL-4858: Added tests to verify that repeated_count function can work with repeated lists and maps (#569)
by Anton Gozhiy
· 7 years ago
a2bd9b5
DRILL-7130: Add test for the issue (#567)
by Abhishek Ravi
· 7 years ago
578b728
MD-5043 added tstbucket folder to fix the Minio server (#565)
by Denys Ordynskiy
· 7 years ago
9e462eb
MD-5043 Added minio server to test S3 API in the drill-test-framework (#554)
by Denys Ordynskiy
· 7 years ago
381fa4d
Integrate TestNG to enable Java-based test case development & Parse QueryProfile (#551)
by Abhishek Ravi
· 7 years ago
8b12ea6
Remove custom logs in CmdConsOut, Add consoleErr for error logs (#561) (#562) (#563)
by Abhishek Ravi
· 7 years ago
360bad3
DRILL-6976: Added tests to verify that an empty function result in a subquery no longer throws an exception. (#564)
by Anton Gozhiy
· 7 years ago
a60cc9c
Statistics: Tests to verify simple query plans (#558)
by Anisha V Reddy
· 7 years ago
1ae00d7
DRILL-6962: Added tests to verify that coalesce function doesn't throw exception if use it with non-existing columns. (#550)
by Anton Gozhiy
· 7 years ago
19bc9ed
DRILL-6962: Added handling of the NULL column type in result set as a workaround of DRILL-7084 (#560)
by Anton Gozhiy
· 7 years ago
502e859
Enable stats tests (#555)
by Anisha V Reddy
· 7 years ago
284c4db
Changes in the pattern of Uncategorized Exception Error (#552)
by Kedar Sankar Behera
· 7 years ago
00931b5
Rename stats.json to stats.json.fail (#553)
by Kedar Sankar Behera
· 7 years ago
bae4761
Catregorization of Exception Failures (#533)
by Kedar Sankar Behera
· 7 years ago
f2018c4
Fixes for stats regression failures (#549)
by Anisha V Reddy
· 7 years ago
b5a6fc8
Revert "Revert "Tests for new table stats feature (#537)" (#543)" (#548)
by Kedar Sankar Behera
· 7 years ago
785de73
Missed enabling a test case for runtime filter (#547)
by Abhishek Ravi
· 7 years ago
84a4255
Enable tests for runtime filter since bugs are resolved. (#546)
by Abhishek Ravi
· 7 years ago
f943af0
Semi Join Testcases (#534)
by Kedar Sankar Behera
· 7 years ago
e5a6b82
Cross join Testcases (#535)
by Kedar Sankar Behera
· 7 years ago
a2a0cac
Handle map NPE to meaningful IOException (#544)
by Abhishek Ravi
· 7 years ago
25679fa
Revert "Tests for new table stats feature (#537)" (#543)
by Abhishek Girish
· 7 years ago
c2d92a0
Tests for new table stats feature (#537)
by Anisha V Reddy
· 7 years ago
9907766
DRILL-6744: Added tests to verify that filter pushdown works with var… (#539)
by Anton Gozhiy
· 7 years ago
075bfeb
DRILL-6964: Baseline updates for implementing CREATE / DROP SCHEMA commands (#541)
by Denys Ordynskiy
· 7 years ago
6d09b44
Baseline update due to changes in DRILL-6910 (#538)
by Anton Gozhiy
· 7 years ago
800401f
DRILL-1248: Add support for using aliases in group by (#536)
by Denys Ordynskiy
· 7 years ago
770c6ab
DRILL-6797: Added tests to verify that split function no longer returns an error when result has no rows (#531)
by Anton Gozhiy
· 7 years ago
5a7a37b
DRILL-3610: Functional tests for TIMESTAMPADD and TIMESTAMPDIFF (#530)
by Abhishek Ravi
· 7 years ago
e7648f0
Detect DRILL_VERSION from git.properties (#528)
by Kunal Khatua
· 7 years ago
c10777b
Fix failures in JPPD tests (#526)
by Abhishek Ravi
· 7 years ago
d1b32d9
DRILL-6865: Added tests to verify the bug fix. (#524)
by Anton Gozhiy
· 7 years ago
f781bc4
Fixed baselines due to the renamed option (#525)
by Anton Gozhiy
· 7 years ago
308215d
Advanced data verification and plan verification tests for RuntimeFilter (#514)
by Abhishek Ravi
· 7 years ago
3c734a2
DRILL-6834: Added tests to verify Drill option exec.return_result_set_for_ddl (#523)
by Anton Gozhiy
· 7 years ago
e3ed1b6
DRILL-6834: Added possibility to run queries that don't return result set. (#521)
by Anton Gozhiy
· 7 years ago
17581de
Script change in import table to delete existing table before creating a new one (#522)
by Kedar Sankar Behera
· 7 years ago
39c489a
DRILL-5796: Added filter pushdown tests for files with multiple row groups. (#519)
by Anton Gozhiy
· 7 years ago
6bbe250
Removing blank lines in sql scripts (#520)
by Kedar Sankar Behera
· 7 years ago
fc134b2
Removed newlines in gen scripts as Sqlline 1.6.0 handles them incorrectly. (#518)
by Anton Gozhiy
· 7 years ago
40ac729
Set `store.hive.parquet.optimize_scan_with_native_reader` to true to prevent (#500)
by Robert Hou
· 7 years ago
4bf0190
Baseline updates in Hive Mapr DB json tests. (#516)
by Anton Gozhiy
· 7 years ago
c34b882
Fixed baselines due to changes in DRILL-6744 (#515)
by Anton Gozhiy
· 7 years ago
9324c66
MD-3355: baseline updates for MapR-DB tests (#513)
by Denys Ordynskiy
· 7 years ago
b759fc0
Fixed failures caused by impersonation. (#512)
by Anton Gozhiy
· 7 years ago
a1e87ff
MD-5018: Copy csv to dfs for every run (#511)
by Abhishek Ravi
· 7 years ago
a8c2f06
Updating Jackson lib to 2.8.11 (#510)
by Abhishek Girish
· 7 years ago
3da55ce
Do not exit on failure (#508)
by Abhishek Ravi
· 7 years ago
70b55ef
Updating bin/run_tests to ignore MapR minor version mismatch (#507)
by Abhishek Girish
· 7 years ago
12e2e86
Adding support for MapR-FS client as a maven dependency (#506)
by Abhishek Girish
· 7 years ago
Next »