Commit Graph

9242 Commits

Author SHA1 Message Date
AndyA
e96009d96d Merge pull request #1814 from dolthub/andy/broken-ntc-queries
[no-release-notes] added broken queries
2021-06-14 10:04:19 -07:00
Andy Arthur
050ab60fa1 add copyright header 2021-06-14 09:31:14 -07:00
Aaron Son
30b977942a Merge pull request #1813 from dolthub/aaron/install.sh-supports-darwin-arm64
go/utils/publishrelease: install.sh: Install x86_64 binaries on MacOS M1.
2021-06-11 15:36:16 -07:00
Dustin Brown
43ac9395a7 [auto-bump] [no-release-notes] dependency by VinaiRachakonda (#1810)
Bump gms and add test case
2021-06-11 18:03:20 -04:00
Andy Arthur
6f0a4ab4bd Merge branch 'andy/broken-ntc-queries' of github.com:dolthub/dolt into andy/broken-ntc-queries 2021-06-11 14:58:05 -07:00
Andy Arthur
70bb5b7d55 pr feedback 2021-06-11 14:57:47 -07:00
andrew-wm-arthur
1259173669 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-06-11 21:46:07 +00:00
Andy Arthur
7459dab905 added broken queries 2021-06-11 14:43:30 -07:00
Aaron Son
f59016db37 go/utils/publishrelease: install.sh: Install x86_64 binaries on MacOS M1. 2021-06-11 14:36:22 -07:00
Dustin Brown
7d50362f36 [auto-bump] [no-release-notes] dependency by VinaiRachakonda (#1808)
Gms bump with locking test
2021-06-11 17:19:19 -04:00
Aaron Son
79e7ba4a79 Merge pull request #1812 from dolthub/aaron/fkconstrain-check-support-types.Null-in-tuple
go: fkconstrain: check: Correctly handle types.Null values in tuples being checked.
2021-06-11 14:09:36 -07:00
Aaron Son
237c6bfcfa Merge remote-tracking branch 'origin/master' into aaron/fkconstrain-check-support-types.Null-in-tuple 2021-06-11 13:45:42 -07:00
Aaron Son
1f041ed57a Merge pull request #1809 from dolthub/aaron/run-altertests-separate-in-ci
.github: Run go/libraries/doltcore/sqle/altertests in separate job. Run them without -race.
2021-06-11 12:27:49 -07:00
Aaron Son
7243848381 go: fkconstrain: check: Correctly handle types.Null values in tuples being checked. 2021-06-11 12:12:15 -07:00
Aaron Son
286c9fa758 .github: No really, do not run them with race. 2021-06-11 11:58:43 -07:00
Aaron Son
4fa7b14153 .github: ci-go-tests: Run integration_test without -race. 2021-06-11 11:33:05 -07:00
Aaron Son
b888dc44e1 Merge remote-tracking branch 'origin/master' into aaron/run-altertests-separate-in-ci 2021-06-11 10:14:13 -07:00
reltuk
3cf0b5b3bd [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-06-10 23:50:46 +00:00
Aaron Son
36a9976e9d .github: Run go/libraries/doltcore/sqle/altertests in separate job. Run them without -race. 2021-06-10 16:48:46 -07:00
Zach Musgrave
77e87a517b Merge pull request #1786 from dolthub/zachmu/tx-tests
Test support for transactions, and changed the behavior of dolt sql in batch mode when it encounters an error
2021-06-10 12:00:53 -07:00
Zach Musgrave
7ab3a0120a PR feedback 2021-06-10 11:23:36 -07:00
Tim Sehn
aa19bf5b85 Merge pull request #1803 from dolthub/tim/unskip-insert-ignore-bats
Unskip and fix insert ignore bats test
2021-06-10 10:02:25 -07:00
Timothy Sehn
e5354f3ea4 Unskip and fix insert ignore bats test 2021-06-10 09:33:36 -07:00
Zach Musgrave
2d31cdc1bd Merge pull request #1798 from dolthub/zachmu/fix-sqllogictest
Fix the dolt harness for sqllogictest to correctly reinitialize the d…
2021-06-10 08:58:18 -07:00
VinaiRachakonda
9938cc85de [ga-bump-release] Update Dolt version to 0.26.7 and release v0.26.7 v0.26.7 2021-06-10 03:18:25 +00:00
Vinai Rachakonda
5f86a77241 Bump gms (#1799)
Bumps gms
2021-06-09 23:17:30 -04:00
Zach Musgrave
4dcdd74bae Formatting 2021-06-09 17:19:53 -07:00
Zach Musgrave
8f10328e66 Turned off autocommit for ExecuteSql in testutil.go, which was already using batched mode (but not benefitting from it due to autocommit being on). This should fix the unit test timeouts in CI 2021-06-09 17:08:50 -07:00
Dustin Brown
efc4cfab38 Merge pull request #1785 from dolthub/db/fix-name
[no-release-notes] /.github/workflows/ci-sql-correctness-release.yaml: fix name
2021-06-09 16:50:15 -07:00
zachmu
a686bb3185 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-06-09 23:21:35 +00:00
Zach Musgrave
35dcc9fe13 Fix the dolt harness for sqllogictest to correctly reinitialize the dolt repo for each file. This was previously unnecessary because we were not persisting the working set on commit and had autocommit disabled 2021-06-09 16:06:18 -07:00
Brian Hendriks
bcafd4b548 thread context through to function creation in dolt (#1793)
Co-authored-by: Brian Hendriks <brian@liquidata.co>
2021-06-09 14:49:33 -07:00
Aaron Son
760fb7c2a5 Merge pull request #1797 from dolthub/aaron/fix-some-races
[no-release-notes] go: store,doltcore/schema: Fix some race conditions.
2021-06-09 14:44:44 -07:00
Aaron Son
52532f10db go: store,doltcore/schema: Fix some race conditions. 2021-06-09 14:05:33 -07:00
Zach Musgrave
691ccf6faf Fixed error message in sql merge bats tests 2021-06-09 10:47:29 -07:00
Zach Musgrave
07bc5fafdd Made dolt_merge return a particular error type, and check for it during batch processing (in which case don't do any further state cleanup). Also removed extra error decorators that could interere with error type detection. 2021-06-08 18:07:07 -07:00
Zach Musgrave
afd3eaac82 Fixed batch test 2021-06-08 17:03:22 -07:00
Zach Musgrave
eb34eacec8 Changed batch mode to update the repo state before exiting in the case of an error 2021-06-08 16:43:25 -07:00
Zach Musgrave
d223f390bb Added batch mode test to ensure that all changes up until an error are written to the repo 2021-06-08 16:42:52 -07:00
Aaron Son
9f84fab9b1 Merge pull request #1792 from dolthub/reltuk-782d278b
[auto-bump] [no-release-notes] dependency by reltuk
2021-06-08 15:07:38 -07:00
Zach Musgrave
6b557dd00e Run all engine tests with and without transactions enabled 2021-06-08 14:50:15 -07:00
Zach Musgrave
8359efe118 Turn auto-commit off for batch mode, since transaction commit flushes to disk. 2021-06-08 14:28:08 -07:00
reltuk
e305db0fe8 [ga-bump-dep] Bump dependency in Dolt by reltuk 2021-06-08 21:19:48 +00:00
Oscar Batori
6f22cc09b0 Rename Dolt-Logo@3x.svg to dolt_logo.svg 2021-06-08 12:30:37 -07:00
Oscar Batori
a704eedc59 new Dolt logo 2021-06-08 12:30:01 -07:00
Vinai Rachakonda
4bb2af40a2 Add pr to test found rows on UPDATE (#1789)
Add CLIENT_FOUND_ROWS capabilities to Dolt
2021-06-08 15:17:18 -04:00
Zach Musgrave
e6c1cf25b3 Moved transaction enablement into session 2021-06-07 20:41:14 -07:00
Zach Musgrave
8a76aa609a Reverting code I deleted, fixed the versioned queries bug a different way 2021-06-07 20:01:46 -07:00
Zach Musgrave
365b18c8e6 Fixed a bug in test setup for query catalog tests 2021-06-07 17:03:10 -07:00
Zach Musgrave
f6fc79d709 Fixed index editor test for transactions 2021-06-07 16:06:36 -07:00