- Aug 24, 2022
-
-
maomao authored
* add standalone cn config * fix typo * debug log for default * support mo-service-standalone ci Co-authored-by:
ouyuanning <52741323@qq.com>
-
brown authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by:
maomao <77312370+sukki37@users.noreply.github.com>
-
ou yuanning authored
fix bug: insert/update/delete is not supported in view, but no error was thrown Approved by: @fengttt, @aunjgr, @aressu1985
-
jiangxinmeng1 authored
Approved by: @fengttt, @XuPeng-SH
-
ou yuanning authored
Support client-to-server encrypted communication. the follow feature not supported yet: 1、auto reload cert/key file 2、upgrade TLS base user's tls_option(eg: CREATE USER 'jeffrey'@'localhost' REQUIRE SSL;). and test case can't pass in Ubuntu+golang1.9 in docker。 so I add an issue(#4656 ) for that. Approved by: @daviszhen
-
lni authored
Added a new UseTeeLogDB option to Log Service config. This allows selected tests to enable tee based LogDB for testing while making sure that it is not used in standalone mode testing. Approved by: @reusee
-
reusee authored
txnstorage: add IsolationPolicy; refactor conflict error types Approved by: @zhangxu19830126
-
fagongzi authored
First read does not return txnmeta, so client returns a TxnError Approved by: @reusee, @lni
-
reusee authored
dnservice: init txn/storage/mem in MEM backend. rename old MEM to MEMKV Approved by: @zhangxu19830126
-
JacksonXie authored
prepare for FileService flush into csv file. - mv trace *config struct into trace/config.go - refactor trace_idd/transaction_id/session_id be uuid as [16]byte - refactor trace.NoReportFiled() as logutil.NoReportFiled() Approved by: @aptend, @reusee, @daviszhen, @nnsgmsone, @zhangxu19830126, @fengttt
-
- Aug 23, 2022
- Aug 22, 2022
-
-
aptend authored
Add createAt column for mo_database and mo_tables Approved by: @daviszhen, @XuPeng-SH
-
tianyahui-python authored
Approved by: @aressu1985
-
ou yuanning authored
add more BVT test for prepare clause Approved by: @aressu1985
-
reusee authored
txnstorage: add ErrStaleWrite, ErrStaleRead Approved by: @fengttt, @zhangxu19830126, @lni
-
prinz authored
Approved by: @dengn
-
maomao authored
Implement `intersect all` operator Approved by: @nnsgmsone, @iamlinjunhong, @ouyuanning, @aunjgr, @aressu1985
-
fagongzi authored
Support create txn sender by config. And DN and CN service can share this implementation. Approved by: @nnsgmsone, @reusee, @lni
-
jianwan0214 authored
fix the bug while external scan occur the NULL value in char&varcahr data type Approved by: @nnsgmsone
-
reusee authored
txn: add error return to TxnClient.New Approved by: @daviszhen, @XuPeng-SH, @zhangxu19830126, @lni
-
prinz authored
Approved by: @dengn
-
reusee authored
cnservice: initialize hakeeper client, txn sender, txn client lazily Approved by: @zhangxu19830126, @nnsgmsone
-
iamlinjunhong authored
Co-authored-by:
bRong Njam <longran1989@gmail.com> Co-authored-by:
fengttt <fengttt@gmail.com>
-
Eng Zer Jun authored
This commit replaces `os.Setenv` with `t.Setenv` in tests. The environment variable is automatically restored to its original value when the test and all its subtests complete. Reference: https://pkg.go.dev/testing#T.Setenv Signed-off-by:
Eng Zer Jun <engzerjun@gmail.com> Signed-off-by:
Eng Zer Jun <engzerjun@gmail.com>
-
- Aug 20, 2022
-
-
fagongzi authored
Support trace context transfer via morpc framework Approved by: @reusee
-
reusee authored
cnservice: add memory engine to service.initEngine txnengine: add ShardToSingleStatic Approved by: @nnsgmsone
-
aressu1985 authored
Approved by: @yingfeng
-
reusee authored
fileservice: add FileService.Name fileservice: add FileServices; add Get fileservice: support named path dnservice: replace store.localFS,s3FS with store.fs,metadataFS Approved by: @zhangxu19830126, @cnutshell, @nnsgmsone
-
ou yuanning authored
fix set clause bug: when set uint64 value in sql, but save int64 to session. Approved by: @daviszhen, @aressu1985
-
JacksonXie authored
avoid import cycle: trace -> pkg/config -> pkg/txn/client -> pkg/common/morpc -> trace Approved by: @zhangxu19830126, @fengttt
-
prinz authored
Approved by: @dengn
-
yjw1268 authored
Add blob support in MO Approved by: @nnsgmsone, @fengttt, @zhangxu19830126, @XuPeng-SH
-
Wei Ziran authored
Rename `CNNode`/`DNNode`/`LogNode` to `CNStore`/`DNStore`/`LogStore`. Add `Shards` field in `DNStore`. Approved by: @lni, @reusee, @fengttt
-
reusee authored
txnengine: set Process.SessionInfo.TimeZone txnstorage: do not remove entry from MemHandler.tables.Map in MemHandler.HandleTruncate txnengine: do not return SqlError in Tx.Exec txnengine: refine testBVT; add TestBVT txnengine: ignore lines with # prefix in bvt files txnengine: enable optimizer for select, update and delete statement txnengine: fix testBVT txnengine: ignore ExplainStmt in Tx.Exec txnengine: panic on Tx.Exec error txnengine: add Session txnengine: fix Execution.DefaultDatabase txnengine: fix txn client clock txnengine: set session database to default in Exec Approved by: @lni
-
- Aug 19, 2022
-
-
GuokeCui authored
- Implement network partition feature for service test framework - Maintain `morpc.Client` options within `managedHAKeeperClient` - Rename `pkg/tests/service/address.go` as `pkg/tests/service/network.go`, the same as its unit test file Approved by: @zhangxu19830126, @lni
-
reusee authored
fileservice: implement MutableFileService for LocalETLFS Approved by: @lni
-
jianwan0214 authored
fix the bug where filter null value in external scan Approved by: @nnsgmsone, @ouyuanning, @aunjgr
-
fagongzi authored
-