-
Notifications
You must be signed in to change notification settings - Fork 606
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tests for tpc {h | ds} data generator (#10564)
- Loading branch information
Showing
15 changed files
with
571 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"test_generator.TestTpcdsGenerator.test_s1": { | ||
"uri": "file://test_generator.TestTpcdsGenerator.test_s1/s1.hash" | ||
}, | ||
"test_generator.TestTpcdsGenerator.test_s1_parts": { | ||
"uri": "file://test_generator.TestTpcdsGenerator.test_s1_parts/s1.hash" | ||
}, | ||
"test_generator.TestTpcdsGenerator.test_s1_state": { | ||
"uri": "file://test_generator.TestTpcdsGenerator.test_s1_state/s1.hash" | ||
}, | ||
"test_generator.TestTpchGenerator.test_s1": { | ||
"uri": "file://test_generator.TestTpchGenerator.test_s1/s1.hash" | ||
}, | ||
"test_generator.TestTpchGenerator.test_s1_parts": { | ||
"uri": "file://test_generator.TestTpchGenerator.test_s1_parts/s1.hash" | ||
}, | ||
"test_generator.TestTpchGenerator.test_s1_state": { | ||
"uri": "file://test_generator.TestTpchGenerator.test_s1_state/s1.hash" | ||
} | ||
} |
48 changes: 48 additions & 0 deletions
48
ydb/tests/functional/tpc/canondata/test_generator.TestTpcdsGenerator.test_s1/s1.hash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
call_center count: 6 | ||
call_center md5: 86db117a0bb48668acbe63c473e85d96 | ||
catalog_page count: 11718 | ||
catalog_page md5: 0bf750caa038dee0f1f9618414f8add1 | ||
catalog_returns count: 144067 | ||
catalog_returns md5: 78c1bd181f07d7067be644a301a1e15a | ||
catalog_sales count: 1441548 | ||
catalog_sales md5: 47a7b34e4cd097c9b89457497550527c | ||
customer count: 100000 | ||
customer md5: 4f35263f5c2e15d6ab687f14d1acfee7 | ||
customer_address count: 50000 | ||
customer_address md5: edda298b082245c2d0ce0bcd97af1335 | ||
customer_demographics count: 1920800 | ||
customer_demographics md5: 4f6182b865d1c183d50860387332c0b5 | ||
date_dim count: 73049 | ||
date_dim md5: f4ef03663ab568ddeb16309f493896c0 | ||
household_demographics count: 7200 | ||
household_demographics md5: b1c3ff23e00da09d7fc94ce5cd8abdd7 | ||
income_band count: 20 | ||
income_band md5: 5dbfb6a7379a3ccb81004d9abae0df5e | ||
inventory count: 11745000 | ||
inventory md5: 24fe36237ddbad4d9be3136f9ec49299 | ||
item count: 18000 | ||
item md5: 364b883875279ed9ef3ab5dada368d7c | ||
promotion count: 300 | ||
promotion md5: 1660520863026204779c646c58cb8870 | ||
reason count: 35 | ||
reason md5: 89493ae8b5ab9f63f750c1bdadc57089 | ||
ship_mode count: 20 | ||
ship_mode md5: 25d7c1abd229862398b88818f81f72fc | ||
store count: 12 | ||
store md5: f342258aaec198b0ec4d6bb6e9f7991e | ||
store_returns count: 287514 | ||
store_returns md5: 038278c999f980849c84e99da9e213c2 | ||
store_sales count: 2880404 | ||
store_sales md5: 5c5d3f51c925f546248c7cf68d9055cd | ||
time_dim count: 86400 | ||
time_dim md5: 88f81e9a8618f855f4ff20d98e6ec122 | ||
warehouse count: 5 | ||
warehouse md5: 02268070dffd49682bc54c42580ac2ac | ||
web_page count: 60 | ||
web_page md5: 4a2551b4b2243b5030e5f23a605db603 | ||
web_returns count: 71763 | ||
web_returns md5: 0b4934c14bed8f3048deb6873cc37921 | ||
web_sales count: 719384 | ||
web_sales md5: b866c9b742560f2d78630853dd2b81c4 | ||
web_site count: 30 | ||
web_site md5: 707d556c664272f685ee8d7ddbc46f61 |
Oops, something went wrong.