Morgan Tocker
5cb5ca66a1
Merge pull request #5650 from planetscale/cluster_endtoend_shards
...
[Testing] Reconfigured the matrix for endtoend cluster tests
2020-01-03 11:02:24 -07:00
Morgan Tocker
9ff72feb86
Merge pull request #5651 from planetscale/morgo-update-comments
...
Remove out of date comments
2020-01-03 10:30:44 -07:00
Morgan Tocker
e1d4697faf
Remove out of date comments
...
Signed-off-by: Morgan Tocker <tocker@gmail.com>
2020-01-03 10:00:32 -07:00
Ajeet jain
1b142dbee6
reconfigured the matrix for endtoend_cluster test
...
Signed-off-by: Ajeet jain <ajeet@planetscale.com>
2020-01-03 16:34:39 +05:30
Deepthi Sigireddi
2c1b394c71
Merge pull request #5630 from planetscale/tal_tabletmanager_4
...
Tabletmanager tests cases migrated from Python
2020-01-02 20:43:29 -08:00
Morgan Tocker
14d4739cfd
Merge pull request #5588 from planetscale/tal_test_rbr_default
...
Default testsuite to RBR
2020-01-02 20:42:50 -07:00
Ajeet jain
434f95a640
removing obsolete test as we are moving to RBR
...
Signed-off-by: Ajeet jain <ajeet@planetscale.com>
2020-01-03 08:31:54 +05:30
Morgan Tocker
0aaae8567d
Merge pull request #5645 from planetscale/gedgar-web-cleanup
...
tools/make-release-packages.sh: stop packaging web dir
2020-01-02 17:28:30 -07:00
Gary Edgar
ca76c58579
tools/make-release-packages.sh: stop packaging web dir
...
Signed-off-by: Gary Edgar <gary@planetscale.com>
2020-01-02 14:05:00 -08:00
Morgan Tocker
85fc9674ec
Merge pull request #5597 from rohit-nayak-ps/embed-vtctld-assets
...
Embed vtctld assets
2020-01-02 13:02:58 -07:00
Rohit Nayak
0882f189b3
Fixed various py tests by removing web_dir references. Removed test for the old vtctld webapp
2020-01-02 20:35:27 +01:00
Morgan Tocker
6d5f332ef2
Merge pull request #5644 from RickyRajinder/root-exec-protection
...
Add execute as root check to mysqlctl
2020-01-02 09:23:57 -07:00
Morgan Tocker
0d4f04fff4
Merge pull request #5643 from planetscale/fix_backup_flaky
...
increased timeout of tablet status check
2020-01-02 09:03:45 -07:00
Morgan Tocker
e25368f64e
Merge pull request #5642 from planetscale/ss-deflake-vstreamer3
...
vrepl: yet another vstreamer deflake
2020-01-02 08:23:52 -07:00
Ajeet jain
001ef75272
fix TestIgnoreHealthError
...
Signed-off-by: Ajeet jain <ajeet@planetscale.com>
2020-01-02 15:04:44 +05:30
Ajeet jain
24cb79d3b4
added missing tests
...
Signed-off-by: Ajeet jain <ajeet@planetscale.com>
2020-01-02 15:04:43 +05:30
Arindam Nayak
4d5978939a
increased timeout of tablet status check
...
Signed-off-by: Arindam Nayak <arindam.nayak@outlook.com>
2020-01-02 13:09:18 +05:30
RickyRajinder
53583c7e67
Add check if mysqlctl EUID is 0
...
Signed-off-by: RickyRajinder <singh.sangh@gmail.com>
2020-01-01 23:20:42 -08:00
Ajeet jain
0c6197c911
fixing vttablet endtoend tests
...
Signed-off-by: Ajeet jain <ajeet@planetscale.com>
2020-01-02 11:20:01 +05:30
Ajeet jain
1836426f1e
removing unrequired statement based test as it is deprecated
...
Signed-off-by: Ajeet jain <ajeet@planetscale.com>
2020-01-02 10:30:15 +05:30
Sugu Sougoumarane
6614afe358
vrepl: yet another vstreamer deflake
...
The latest stream from "current" position feature introduced
a hang in the vstreamer, if the subsequent DMLs started getting
played before the vstreamer would start pulling from binlogs.
The fix is to wait till we get a heartbeat before proceeding
with the tests.
Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
2020-01-01 20:04:57 -08:00
Deepthi Sigireddi
d0bca3cea9
Merge pull request #5639 from planetscale/morgo-flaky-unit-test
...
Move flaky tests to _flaky_ + change unit/unit_race to go 1.13
2020-01-01 11:00:45 -08:00
Morgan Tocker
fd72e70547
Move additional test to flaky
...
Signed-off-by: Morgan Tocker <tocker@gmail.com>
2020-01-01 11:11:26 -07:00
Morgan Tocker
90958b313d
Change unit/unit_race to go 1.13
...
Signed-off-by: Morgan Tocker <tocker@gmail.com>
2020-01-01 10:59:47 -07:00
Morgan Tocker
64e1ad3e40
Move flaky test to _flaky_
...
Signed-off-by: Morgan Tocker <tocker@gmail.com>
2020-01-01 10:39:27 -07:00
Sugu Sougoumarane
65b21d814f
Merge pull request #5637 from planetscale/ss-fix-test-panic
...
tests: fix panic in vstreamer_test
2019-12-31 16:44:37 -08:00
Sugu Sougoumarane
079ec56750
tests: fix panic in vstreamer_test
...
Fixes #5636
There was an unnecessary error check in a goroutine that could
terminate late. The check has been removed.
Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
2019-12-31 15:41:53 -08:00
Sugu Sougoumarane
5a9da557b9
Merge pull request #5632 from planetscale/ss-unbreak-protoc
...
build: temporary unbreak for make proto
2019-12-31 15:25:31 -08:00
Sugu Sougoumarane
9219450eac
builds: fix protoc goimports issue
...
The protoc generated code was not matching the goimports standard.
I've added a goimports step after the build.
This caused another breakage because time.proto did not match its
package name of vttime. I've fixed that also.
Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
2019-12-31 14:53:04 -08:00
Morgan Tocker
77ce368f51
Merge pull request #5635 from planetscale/morgo-improve-gh-actions
...
Small Improvements to GitHub actions
2019-12-31 14:24:34 -07:00
Morgan Tocker
2b9dcf5901
Add eatmydata
...
Signed-off-by: Morgan Tocker <tocker@gmail.com>
2019-12-31 13:33:00 -07:00
Morgan Tocker
a2085fbbef
Use matrix build for cluster-endtoend shards
...
Signed-off-by: Morgan Tocker <tocker@gmail.com>
2019-12-31 13:15:39 -07:00
Sugu Sougoumarane
ad080b8ae7
build: temporary unbreak for make proto
...
Due to an import pathing restriction in protoc, we still need the
source tree to represent the import names in the packages.
This workaround makes the build work for those who have their
github branch checked out this way.
Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
2019-12-31 11:18:16 -08:00
Sugu Sougoumarane
92d47bdf55
Merge pull request #5633 from planetscale/ds-fix-flaky-vtgate-test
...
vtgate_test: round duration before checking
2019-12-31 11:16:25 -08:00
Deepthi Sigireddi
1469afb171
Merge pull request #5619 from planetscale/tal_backup_test
...
Converted Backup test to go version
2019-12-31 10:27:24 -08:00
deepthi
d0d2e1d5f5
vtgate_test: round duration before checking
...
Signed-off-by: deepthi <deepthi@planetscale.com>
2019-12-31 10:17:28 -08:00
Rohit Nayak
efd1f8d450
Merge branch 'master' into embed-vtctld-assets
2019-12-31 18:03:47 +01:00
Morgan Tocker
2607bcde42
Merge pull request #5629 from planetscale/ds-unit-race
...
include go/... in unit_test_race instead of go/vt/...
2019-12-31 09:56:10 -07:00
Ajeet jain
d5eab082df
fixed binlog test
...
Signed-off-by: Ajeet jain <ajeet@planetscale.com>
2019-12-31 16:12:45 +05:30
Ajeet jain
2623fe796f
default RBR for python tests, SBR for exclusions
...
Signed-off-by: Ajeet jain <ajeet@planetscale.com>
2019-12-31 15:38:45 +05:30
Arindam Nayak
f6c0414065
moved backup, recovery to separate group
...
Signed-off-by: Arindam Nayak <arindam.nayak@outlook.com>
2019-12-31 15:12:45 +05:30
Arindam Nayak
c60b60683a
Merge branch 'master' into tal_backup_test
...
Signed-off-by: Arindam Nayak <arindam.nayak@outlook.com>
2019-12-31 13:34:22 +05:30
Arindam Nayak
a9939204ff
Migrated recovery.py to go ( #49 )
...
* added backup test
Signed-off-by: Arindam Nayak <arindam.nayak@outlook.com>
2019-12-31 13:18:30 +05:30
Deepthi Sigireddi
1ae74b11cf
Merge pull request #5604 from planetscale/tal_reparent_new
...
Reparenting endtoend testcases in Go migrated from Python [+ github actions]
2019-12-30 22:04:17 -08:00
deepthi
09eb5d024b
include go/... in unit_test_race instead of go/vt/...
...
Signed-off-by: deepthi <deepthi@planetscale.com>
2019-12-30 21:44:19 -08:00
Deepthi Sigireddi
5a049a8ea5
Merge pull request #5625 from planetscale/ss-deflake-vstreamer2
...
tests: further deflake vstreamer
2019-12-30 21:12:19 -08:00
Ajeet jain
332f8211f8
removed unrequired replicas
...
Signed-off-by: Ajeet jain <ajeet@planetscale.com>
2019-12-31 10:27:44 +05:30
Sugu Sougoumarane
ad0d466999
Merge pull request #5624 from planetscale/jacques_nullval
...
Add null as a valid constant SELECT value for vtexplain.
2019-12-30 20:49:58 -08:00
Ajeet jain
95ffdee8fa
review feedback addressed
...
Signed-off-by: Ajeet jain <ajeet@planetscale.com>
2019-12-31 10:06:10 +05:30
Rohit Nayak
694b933aa1
Merge branch 'master' into embed-vtctld-assets
...
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
2019-12-31 00:10:02 +01:00