Commit Graph

6569 Commits

Author SHA1 Message Date
Zach Musgrave
68d3df0094 Added bats test for csv and json SQL output formats
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2020-04-10 16:31:51 -07:00
Zach Musgrave
975f48f225 Fixed bats test for json numeric output
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2020-04-10 16:11:11 -07:00
Zach Musgrave
d003e8445e Small naming change
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2020-04-10 15:56:58 -07:00
Zach Musgrave
14489197bc Fixed number quoting problems for JSON SQL format.
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2020-04-10 15:56:11 -07:00
Zach Musgrave
ce1328247c Added test for json SQL output. Numeric output is wrong.
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2020-04-10 15:10:52 -07:00
Zach Musgrave
7ead0abbf6 Added json output format for SQL, and fixed null printing bug in CSV output
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2020-04-10 11:52:19 -07:00
Dustin Brown
90da3c0268 Merge pull request #545 from liquidata-inc/db/add-sql-watcher
/benchmark/sql_regressions/DoltRegressionsJenkinsfile: Add sql watcher 3
2020-04-09 16:03:32 -07:00
Brian Hendriks
e3d42d5ee5 Multi DB (#517) 2020-04-09 15:07:52 -07:00
Dustin Brown
a8d257ae59 /benchmark/sql_regressions/DoltRegressionsJenkinsfile: Add sql watcher 3 2020-04-09 14:51:39 -07:00
Aaron Son
81371eade2 Merge pull request #543 from liquidata-inc/aaron/bats-aws-test-push
bats/aws-remotes.bats: Enable test for push.
2020-04-09 13:26:15 -07:00
AndyA
237dd060a9 Merge pull request #518 from liquidata-inc/andy/autogen_migrate
Andy/autogen migrate
2020-04-09 13:03:51 -07:00
Oscar Batori
89a435307b Merge pull request #494 from liquidata-inc/oscarbatori/bump-version
Bumped version
2020-04-09 12:44:36 -07:00
Dustin Brown
f530fd4785 Merge pull request #539 from liquidata-inc/db/dolt-harness-test
Db/dolt harness test
2020-04-09 10:37:59 -07:00
Aaron Son
e6689afac3 bats/aws-remotes.bats: Enable test for push. 2020-04-09 10:34:24 -07:00
Dustin Brown
be3dd6bd13 /go/libraries/doltcore/sqle/logictest/dolt: Fix based on pr feedback 2020-04-09 09:25:18 -07:00
Aaron Son
7528b7b352 Merge pull request #537 from liquidata-inc/aaron/jenkinsfile-aws-remotes
Jenkinsfile: Add environment variables for running AWS remote bats tests.
2020-04-09 08:17:40 -07:00
Aaron Son
79ea0ba8ec Jenkinsfile: Use us-west-2 for bats aws tests. 2020-04-09 07:37:00 -07:00
Aaron Son
8b1d7a071c Merge remote-tracking branch 'origin/master' into aaron/jenkinsfile-aws-remotes 2020-04-09 07:08:54 -07:00
Aaron Son
e777ab67bb Merge pull request #536 from liquidata-inc/aaron/bats-aws-remote-smoke-tests
bats/aws-remotes.bats: Add some smoke tests for AWS remotes interactions.
2020-04-09 07:08:01 -07:00
Aaron Son
85bb72e9d7 Merge pull request #534 from liquidata-inc/aaron/clone-can-fail
go/cmd/dolt: commands/clone: In the case that Clone bailed early, we hung indefinitely.
2020-04-09 07:07:49 -07:00
Aaron Son
22a86ceefb Merge pull request #531 from liquidata-inc/aaron/tablefilestore-supported-operations
store/datas/database.go: Update datas.CanUsePuller to check for write support in TableFileStore.
2020-04-09 07:07:43 -07:00
Daylon Wilkins
c4176c0a58 Added skipped bats test 2020-04-09 02:10:43 -07:00
AndyA
12a53cb32e Merge pull request #527 from liquidata-inc/andy/autogen_import
Andy/autogen import
2020-04-08 18:21:58 -07:00
Andy Arthur
dce31c8736 fixed bats test 2020-04-08 16:39:38 -07:00
Andy Arthur
5aa6c67873 Merge branch 'master' into andy/autogen_import 2020-04-08 16:15:08 -07:00
Andy Arthur
2c1e248b8a fixed tests 2020-04-08 16:14:05 -07:00
Dustin Brown
468df5ed00 /go/libraries/doltcore/sqle/logictest/dolt/doltharness_test.go: Add copyright header 2020-04-08 16:11:54 -07:00
Andy Arthur
65b06b5164 updated error message 2020-04-08 15:53:49 -07:00
Andy Arthur
c62009a931 also rename super schema 2020-04-08 15:45:56 -07:00
Dustin Brown
d1886ae8b2 /go/libraries/doltcore/sqle/logictest/dolt/doltharness_test.go: Format repo 2020-04-08 15:36:32 -07:00
Dustin Brown
a94c883d9c /go/libraries/doltcore/sqle/logictest/dolt/doltharness_test.go: Refactor test structure 2020-04-08 14:59:15 -07:00
Aaron Son
a57c9201db Jenkinsfile: Add environment variables for running AWS remote bats tests. 2020-04-08 14:25:38 -07:00
Dustin Brown
7e418d3c3b /go/libraries/doltcore/sqle/logictest/dolt: Initial test for dolt harness 2020-04-08 14:17:04 -07:00
Aaron Son
8a7eba951a bats/aws-remotes.bats: Add smoke tests for AWS remotes which we will run in CI. 2020-04-08 13:39:16 -07:00
Aaron Son
4361ff59f9 go/libraries/doltcore/dbfactory: aws: Clean up environment interactions a little bit. 2020-04-08 13:37:58 -07:00
Dustin Brown
d3ba3d084e Merge pull request #535 from liquidata-inc/db/fix-regressions-silent-exit
/benchmark/sql_regressions/run_regressions.sh: Silently exit if dolt version exists in dolt-sql-performance repo
2020-04-08 11:33:41 -07:00
AndyA
bb6089634f Merge pull request #506 from liquidata-inc/andy/force-push-fetch
Andy/force push & force fetch
2020-04-08 11:15:18 -07:00
Dustin Brown
17921b0cfc /benchmark/sql_regressions/run_regressions.sh: Silently exit if dolt version exists in dolt-sql-performance repo 2020-04-08 10:51:48 -07:00
Aaron Son
b6256facc8 go/store/datas: pull_test: Fix tests... 2020-04-08 10:03:59 -07:00
Aaron Son
ada37c8410 go/cmd/dolt: commands/clone: In the case that Clone bailed early, we hung indefinitely. 2020-04-08 09:48:05 -07:00
Aaron Son
9583303dad go/store/nbs: nbs_metrics_wrapper.go: Make sure metrics wrapper implements TableFileStore. 2020-04-08 09:30:19 -07:00
Andy Arthur
1e1c8f76e7 code review feedback 2020-04-07 18:53:29 -07:00
Andy Arthur
3040423196 added corona-virus e2e test 2020-04-07 16:19:27 -07:00
Andy Arthur
fcc4db3693 fix tag conflicts 2020-04-07 15:16:34 -07:00
Aaron Son
871eed1fe6 store/datas/database.go: Update datas.CanUsePuller to check for write support in TableFileStore.
The TableFileStore optimizations accidentally broke push support for
non-dotlremoteapi/non-filepath chunk stores. Attempting to push an AWS remote
currently results in an error.

This is a quick minimal PR to check for write support in a TableFileStore and
not use the push/pull fast path if it isn't supported.
2020-04-07 14:39:35 -07:00
Andy Arthur
810d84dbbf adding deletes to migrate rebase 2020-04-07 00:50:57 -07:00
Andy Arthur
a6220e3f3a refactor 2020-04-06 22:09:27 -07:00
Andy Arthur
ea3d3151e0 removed migrate_tag unittests 2020-04-06 20:45:49 -07:00
Andy Arthur
886d76fff9 added case for -h, --help 2020-04-06 19:31:21 -07:00
Andy Arthur
9ea2528854 altered tests to uniquify tags 2020-04-06 19:00:02 -07:00