Anthony Yeh
a4f2fa8ffc
php: Strip date from generated protobuf files.
...
To make diffs cleaner when regenerating.
2016-03-07 17:33:28 -08:00
Michael Berlin
c7459278cb
travis/install_grpc: Remove unnecessary commands.
...
It is no longer necessary to set the different PATHs.
Additionally, I moved the prepand_path function out to tools/shell_functions.inc.
2016-03-01 22:38:23 -08:00
Anthony Yeh
5e471f85da
php: Generate protos that work with Autoloading Standard (PSR-4).
2016-01-21 17:58:37 -08:00
Michael Berlin
a597e8b8c4
tools/unit_test_race.sh: Simplify if expression.
2015-11-22 19:45:30 -08:00
Michael Berlin
941ce6279e
Fix make unit_test_race such that it fails in case of errors.
...
Before this, the command always succeeded, even if races were found.
I'm grepping over the output of go test -race to check if there is race because there is no other way to distinguish between a found race and a flaky test.
2015-11-22 17:35:22 -08:00
Anthony Yeh
6f5c906761
tools: Create separate pylint script.
...
This lets you run pylint manually, with the same flags that would be
used by the pre-commit hook.
2015-11-10 11:41:30 -08:00
Anthony Yeh
956f1c7656
php: Regenerate protos.
2015-10-27 13:51:25 -07:00
Anthony Yeh
71d05bc6a8
php/proto: Rename identifiers that are PHP keywords.
2015-10-07 13:17:32 -07:00
Anthony Yeh
65d6dbb082
php: Generate gRPC service stubs from protobuf.
...
I followed the instructions here:
http://www.grpc.io/docs/installation/php.html
Then used the protoc-gen-php built in that process to generate stubs for
our protos.
2015-09-25 16:31:27 -07:00
Anthony Yeh
58022fd9d4
php: Proof-of-concept protobuf generation.
...
There is no proto3 compiler for PHP yet, but the wire format of proto3
is backward-compatible with proto2. To avoid maintaining two copies of
our proto files, we use a translator to make the simple syntax changes
necessary to work in PHP's proto2 compiler.
Service stubs are not generated, since I haven't plugged in gRPC yet.
2015-09-25 12:02:13 -07:00
Michael Berlin
168588e279
Detect flaky unit tests based on their suffix _flaky_test.go.
...
Renamed all flaky unit tests.
Removed previous blacklist file because it's no longer necessary.
Moved custom unit test runner from travis/ to tools/.
2015-08-30 22:28:14 -07:00
Anthony Yeh
b7b0d70be8
test.go: check in silly remote stats server.
2015-08-23 22:12:22 -07:00
Michael Berlin
8cbe2a01c7
bootstrap.sh: Restore Go 1.3 compability.
2015-08-06 14:51:46 -07:00
Anthony Yeh
c66c0b81ed
go1.5: Use new syntax for ldflags -X variables.
2015-07-31 13:40:44 -07:00