Commit Graph

7412 Commits

Author SHA1 Message Date
Dustin Brown
4acc2aaa9d /MySQLDockerfile: Revert comment 2020-09-04 14:51:45 -07:00
Dustin Brown
ea83558539 /MySQLDockerfile: Install dotnet 2020-09-04 14:47:51 -07:00
Dustin Brown
958d3cfb68 /mysql-client-tests/dotnet/Program.cs: Update Program.cs 2020-09-04 14:47:51 -07:00
Timothy Sehn
f91818ad75 Added bats test case 2020-09-04 14:47:51 -07:00
Timothy Sehn
e65d1b6fbc Added a bats dotnet test harness. Currently fails 2020-09-04 14:47:51 -07:00
Dustin Brown
7bdb034058 iterating on fixing keynotfound error 2020-09-04 14:47:51 -07:00
Dustin Brown
2f614f5030 /mysql-client-tests/dotnet/Program.cs: Attempting to execute queries 2020-09-04 14:47:51 -07:00
Dustin Brown
ea0f401f0b /mysql-client-tests/dotnet: Iterating on dotnet mysql client test 2020-09-04 14:47:51 -07:00
Dustin Brown
c28953970d Merge pull request #862 from liquidata-inc/db/update-go-mysql-server
/go/{go.mod, go.sum}: Update go.mod with go-mysql-server@master
2020-09-04 14:39:19 -07:00
Dustin Brown
9e56d0a686 /go/{go.mod, go.sum}: Update go.mod with go-mysql-server@master 2020-09-04 13:25:50 -07:00
Daylon Wilkins
2946acab8e Fixed column renaming breaking default values 2020-09-03 17:59:43 -07:00
Tim Sehn
37516b77f6 Merge pull request #859 from liquidata-inc/tim/mysql-client-test-c
Tim/mysql client test c
2020-09-03 09:07:39 -07:00
Aaron Son
aea1edbae6 mysql-client-tests/c: Cleanup MySQLDockerfile a bit. 2020-09-02 17:47:31 -07:00
Timothy Sehn
0a059d9cb4 Modified C code to work with stricter Ubuntucompiler. Added make clean to see if I can get Docker to work. 2020-09-02 17:34:19 -07:00
Timothy Sehn
ba6df764d4 Progress on Dockerfile and getting the C test to run 2020-09-02 17:14:17 -07:00
Timothy Sehn
da98afd4d0 Added pkg-config to install list 2020-09-02 16:17:42 -07:00
Aaron Son
e21c0456c9 mysql-client-tests: bats test for c uses Makefile. 2020-09-02 16:08:21 -07:00
Aaron Son
59ada42139 mysql-client-tests/.gitignore: Ignore some build artifacts. 2020-09-02 16:07:48 -07:00
Aaron Son
d1c735be2b mysql-client-tests/c/Makefile: Fix pass. 2020-09-02 16:03:33 -07:00
Aaron Son
d287e2361c mysql-client-tests/c/Makefile: First pass. 2020-09-02 16:02:49 -07:00
Timothy Sehn
60450656f6 Moved the setting of GFLAGS and LDFLAGS out of bats 2020-09-02 15:44:20 -07:00
Timothy Sehn
21ffd2a47a I think this install mysql-client 2020-09-02 15:38:49 -07:00
Timothy Sehn
86a1c88e5f Moved print statement to where it matters 2020-09-02 15:23:15 -07:00
Timothy Sehn
f9ce058654 Removing accidentally checked in binary 2020-09-02 15:15:00 -07:00
Timothy Sehn
c1cf48cbc4 Fixed SEGFAULT and made the program return 0 2020-09-02 15:09:54 -07:00
Timothy Sehn
3148efea4f Initial version of C client tests. Need to work with Dustin to figure out Docker 2020-09-02 14:48:32 -07:00
Daylon Wilkins
3da3c8d037 Added new column defaults 2020-09-02 04:06:17 -07:00
Daylon Wilkins
f93d2ffb3c Fixed ALTER TABLE CHANGE allowing primary key column to accept NULL values 2020-09-02 03:48:46 -07:00
AndyA
38dd2fea0e Merge pull request #858 from liquidata-inc/andy/push-pull-tags
Push/Pull Tags
2020-09-01 15:10:02 -07:00
Andy Arthur
b85b96f738 pr feedback 2020-09-01 14:50:09 -07:00
Andy Arthur
8f5fc4fac1 pr feedback 2020-09-01 13:57:46 -07:00
Andy Arthur
1433d1b73e disambiguate refSpecStr 2020-09-01 10:29:57 -07:00
Andy Arthur
8bc4f7a1e4 unhide command, added docs, fixed copyright 2020-09-01 10:16:01 -07:00
Andy Arthur
7ba1b929c2 cleanup, more tests 2020-09-01 09:45:31 -07:00
Andy Arthur
33f535c080 first pass at push/pull tags 2020-09-01 07:58:08 -07:00
Brian Hendriks
d84fe9af41 add ReadAheadTableReader.go (#847) 2020-08-31 11:16:50 -07:00
Tim Sehn
1234983ebd Merge pull request #848 from liquidata-inc/tim/mysql-client-tests
MySQL Client Tests
2020-08-28 14:13:26 -07:00
Tim Sehn
9e73a45a8b Merge pull request #850 from liquidata-inc/db/containerize-mysql-test-env
Db/containerize mysql test env
2020-08-28 13:34:46 -07:00
AndyA
8f7360edc1 Merge pull request #851 from liquidata-inc/andy/tag-redesign
Andy/tag redesign
2020-08-28 11:00:26 -07:00
Dustin Brown
e0e4e2fbfb /{mysql-client-tests-entrypoint.sh, mysql-client-tests/README.md}: Small fixes, add readme 2020-08-28 10:31:11 -07:00
Dustin Brown
12f2857623 /{.github/, MySQLDockerfile}: Add private actions for mysql client integration tests 2020-08-28 10:31:11 -07:00
Dustin Brown
2d4918ed96 /action.yaml: mv action to .github/actions/mysql-client-test 2020-08-28 10:31:11 -07:00
Dustin Brown
66190b8f9e testing failed test 2020-08-28 10:31:11 -07:00
Dustin Brown
a634345b42 /{mysql-client-tests-entrypoint.sh, .github/workflows/}: Iterating on cleanup 2020-08-28 10:31:11 -07:00
Dustin Brown
6f2b7667f4 /{mysql-client-tests-entrypoint.sh, MySQLDockerfile, .github/}: Testing custom action 2020-08-28 10:31:11 -07:00
Dustin Brown
d35b0d2311 /{mysql-client-tests, .github/}: Iterating on github actions integration 2020-08-28 10:31:11 -07:00
Andy Arthur
504c95e605 PR feedback 2020-08-28 10:18:29 -07:00
Andy Arthur
c2f6899941 changed signature for IterResolvedTags 2020-08-27 19:57:25 -07:00
Timothy Sehn
6df430a7b7 Fixed kill errors by moving it before rm -rf and adding an empty c test harness 2020-08-27 18:09:34 -07:00
Andy Arthur
424790e6ab unittest 2020-08-27 16:28:42 -07:00