Граф коммитов

15 Коммитов

Автор SHA1 Сообщение Дата
Alain Jobart 5a11631d7d Updating gRPC to 0.9.1.
Updating protobuf to v3.0.0-alpha-2 (to match gRPC's version)

Now the python vtctl client works as expected (!!!).
Also splitting up go and python vtctl client implementations
(will be used inside google3).
2015-07-06 11:54:04 -07:00
Ammar Aijazi f1e524adb3 Pin gRPC to a known working version 2015-06-11 22:33:41 -07:00
Michael Berlin 53f959f6a6 Fix installing gRPC if it's not installed system wide. 2015-05-01 16:31:05 -07:00
Alain Jobart 45f1ebb316 The version I used didn't work, and there is no tagged version later.
Reverting to fixing the install.
2015-03-26 14:04:59 -07:00
Alain Jobart a1009ba84a Fix git command. 2015-03-26 10:27:39 -07:00
Alain Jobart d854ea5d7c Fixing the version of grpc to a well-known working version. 2015-03-26 09:26:42 -07:00
Alain Jobart 9e3caff5cf Fixing the scripts to build grpc and protobuf better.
Docker and travis: build and install as root in /
2015-03-12 09:06:23 -07:00
Alain Jobart 8328ffb884 Reverting protobuf install to 3.0.0-alpha-1 to be compatible
with the one grpc installs. Adding a couple extra libraries
so later on we can switch to using them.
2015-03-11 15:49:33 -07:00
Anand Henry a65e4aebb4 Travis: Do not hardcode version in mariadb dependencies 2015-01-28 12:34:30 -08:00
Anand Henry c8761b7b78 Fix typo 2015-01-02 09:23:26 -08:00
Anand Henry 3e03bfee74 Comments 2015-01-02 09:07:51 -08:00
Anand Henry f4afc371f9 Travis: Skip coveralls and new relic for pull requests 2015-01-02 08:30:30 -08:00
Anand Henry 593534912d Travis: Fix flaky tests
Make min rdonly instances configurable for vtworker tasks
Remove unnecessary tablets wherever possible
Use lower buffer pool size in MySQL to save memory
Track performance using New Relic
2014-12-22 14:39:01 -08:00
Shengzhe Yao a9c2c4ce1d ensure syslogd is up before starting the build
test/schema.py uses log/syslog which requires a running syslog daemon
and the start script should guarantee it is up and running.
2014-12-17 16:55:15 -08:00
Anand Henry cdfa764d7f Travis and Coveralls integration
Add travis configuration and dependencies script
Split integration test make targets to allow parallel execution in Travis
Add go packages required for coverage upload to Coveralls
Add coveralls and travis badges to README

Travis: Retry make targets to address flaky targets
2014-12-12 17:44:12 -08:00