Commit Graph

34 Commits

Author SHA1 Message Date
Brian Hendriks
0a9f203c41 projected column fixes (#1242) 2021-01-23 01:23:46 -08:00
Aaron Son
2ed61f501f go/libraries/utils/tracing: Add pluggable context-aware Tracing function. 2021-01-07 11:59:18 -08:00
Aaron Son
a654f02e14 go/cmd/dolt: Add debugging flag to run with Jaeger span reporting to localhost.
This adds a --jaeger flag to dolt CLI which installs a Jaeger Tracer as the
global opentracing Tracer. The Tracer is configured to report to an HTTP
collector running on http://localhost:14268, which is the port that docker
image `jaegertracing/all-in-one` listens on.

Also adds some parameters in places where Dolt constructs sql.Contexts to pass
the correct Tracer through.

Also adds a few new Span points, in things like nbs.Get and
metaSequenceImpl.getChildSequence.
2021-01-06 14:50:06 -08:00
Brian Hendriks
f07170be23 index bug fix (#1139) 2020-12-21 16:30:51 -08:00
Vinai Rachakonda
3e008f5bfb Implement the docs read writer. (#1120)
This pr implements the DocsReadWriter interface. It allows both dolt cli and dolt sql commands to read and write the docs.
2020-12-18 14:38:55 -05:00
VinaiRachakonda
8cb8a4d782 Compiling 2020-11-30 13:03:09 -05:00
Aaron Son
d472655bf5 go/go.mod: Bump go-mysql-server; support prepared statements. 2020-11-11 09:56:08 -08:00
Aaron Son
84c3066348 go/**/*.go: Update copyright headers for company name change. 2020-11-02 10:17:02 -08:00
Zach Musgrave
53ddbf8a13 Removed debug code from query differ tests
Signed-off-by: Zach Musgrave <zach@dolthub.com>
2020-10-21 14:55:56 -07:00
Zach Musgrave
7836eb57b3 Checkpoint in fixing query differ tests
Signed-off-by: Zach Musgrave <zach@dolthub.com>
2020-10-19 08:56:03 -07:00
Daylon Wilkins
b5bb663233 Reference new org name and updated trigger logic 2020-09-25 15:35:04 -07:00
Daylon Wilkins
3da3c8d037 Added new column defaults 2020-09-02 04:06:17 -07:00
Zach Musgrave
e3daf32091 Zachmu/query differ patch (#840) 2020-08-18 16:55:59 -07:00
Zach Musgrave
05f05009b0 Updated to hard fork of vitess
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2020-08-07 15:52:17 -07:00
Zach Musgrave
e05a5f5bdc Fixed query differ to work with subquery expressions.
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2020-08-06 15:59:34 -07:00
Zach Musgrave
81e17b8132 Fixed compile errors due to interface / name changes in go-mysql-server
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2020-08-06 10:10:30 -07:00
Andy Arthur
bdcb0fc919 unskipped query diff tests, repofmt 2020-07-28 13:18:31 -07:00
Zach Musgrave
cde9465290 Fixed breaking changes in analyzer
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2020-07-10 14:52:43 -07:00
Andy Arthur
bf0a7b67ef skipping unsupported queries instead of passing 2020-06-29 11:00:16 -07:00
Andy Arthur
3aaa5cc041 picked up latest master and go-mysql-server, repo fmt, cleanup 2020-06-26 19:16:08 -05:00
Andy Arthur
3355231fe1 refactored tests, added validation 2020-06-26 19:10:24 -05:00
Andy Arthur
22d48bbec2 added group by support 2020-06-26 19:10:24 -05:00
Andy Arthur
835fcba534 added sanity check tests 2020-06-26 19:10:24 -05:00
Andy Arthur
0930b48d85 refactored query-diff analysis 2020-06-26 19:10:24 -05:00
Andy Arthur
c739b90848 fixed field index adjustments, added tests 2020-06-19 17:40:22 -05:00
Andy Arthur
c87927a40e cleanup 2020-06-19 17:40:22 -05:00
Andy Arthur
31ac9edb80 fixes, added tests 2020-06-19 17:40:22 -05:00
Andy Arthur
aff87a7384 first pass 2020-06-19 17:40:22 -05:00
Andy Arthur
03d428f56c made nodeDiffer private, cleanup 2020-06-12 11:11:08 -05:00
Andy Arthur
ddf11745cc copyright headers 2020-06-11 16:54:25 -05:00
Andy Arthur
2114d29cbc added bats and error handling 2020-06-11 16:24:50 -05:00
Andy Arthur
1f347869d6 unittests 2020-06-11 12:19:50 -05:00
Andy Arthur
21e6574a51 refactor 2020-06-11 11:09:43 -05:00
Andy Arthur
d7df5f6306 redesigned query_diff 2020-06-11 09:45:18 -05:00