murgatroid99
d02751aed1
Don't delete grpc-node test script
2017-11-06 09:30:10 -08:00
murgatroid99
38007753b0
Remove src/node and references to it
...
This removes all of the node code and tests from the repo, along with the
scripts for running Node unit tests, performance tests, and artifact builds.
The scripts for running tests from the grpc-node repository are untouched.
2017-10-25 13:21:57 -07:00
Alexander Polcyn
8c12d9eae6
Add a test under ruby GC stress mode and fix non-GC-rooted variable bug
2017-10-05 09:31:48 -07:00
Michael Lumish
38d089e9b9
Merge pull request #12596 from matt-kwong/node-testing
...
Add testing of grpc-node for Linux and MacOS
2017-09-28 17:35:44 -07:00
Nathaniel Manista
8bba3bfc25
Pin pip at 9.0.1
2017-09-28 17:28:01 +00:00
Matt Kwong
e2e7cf42a4
Add testing of grpc-node for Linux and MacOS
2017-09-20 14:24:42 -07:00
Jan Tattermusch
52ff56d3c2
support building with VS2017
2017-08-23 16:17:00 +02:00
Jan Tattermusch
ec3338dc9d
add cmake generator option
2017-08-23 15:26:18 +02:00
Jan Tattermusch
6521c5078c
build C tests and protoc artifacts on windows with cmake
2017-08-23 07:53:18 +02:00
Nathaniel Manista
b414268580
Merge pull request #11901 from nathanielmanistaatgoogle/grpc_testing
...
gRPC Python test infrastructure.
2017-07-25 19:29:32 -07:00
Nathaniel Manista
69b7231776
gRPC Python test infrastructure
...
(The time-related first part of it, anyway.)
2017-07-25 18:19:35 +00:00
Craig Tiller
d996379030
Reset OWNERS state
2017-07-17 10:54:07 -07:00
murgatroid99
b5984601b8
Add myself as owner of files in several directories
2017-07-13 14:00:19 -07:00
murgatroid99
a6ce1ff1d6
Fix how npm is upgraded, add npm update line for electron
2017-06-27 18:15:38 -07:00
murgatroid99
7ad758cd84
Make various scripts use the same version of Node
2017-06-27 13:54:22 -07:00
murgatroid99
d5b0455110
Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.x
2017-06-15 17:48:42 -07:00
Jan Tattermusch
7897ae9308
auto-fix most of licenses
2017-06-08 11:22:41 +02:00
Ken Payson
1b0661bfd7
Rollback Dockerfile changes
2017-06-02 16:09:27 -07:00
kpayson64
b3abfa6ac7
Merge pull request #11374 from kpayson64/kokoro_python
...
Change Python Windows tests to 3.5
2017-06-02 12:33:14 -07:00
Ken Payson
631862f421
Change Python Windows tests to 3.5
2017-06-02 09:08:35 -07:00
murgatroid99
d2f91e8f02
Fix npm cache handling when updating dependencies
2017-05-30 16:35:34 -07:00
murgatroid99
c18b9069cd
Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmerge
2017-05-25 15:13:27 -07:00
Alexander Polcyn
c24d53b0cf
api watch unblock func kills only its own channel
2017-05-17 21:20:34 -07:00
Ken Payson
937d96d051
Update Python interop tests to use google-auth package
...
The oauth2client test dependency is still needed as it used by
the beta API unit tests.
2017-05-12 11:11:21 -07:00
David G. Quintas
c2ad372d43
Merge pull request #10912 from dgquintas/trying-to-fix-stuff
...
Upmerge from 1.3.0 to master
2017-05-04 10:44:03 -07:00
Jan Tattermusch
56d8f825e1
fix Windows cmake build on internal_ci
2017-05-02 16:28:38 +02:00
murgatroid99
f94f64fc12
Remove non-libuv code from Node extension
2017-04-24 13:35:21 -07:00
Alexander Polcyn
4736e01c16
add native grpc class init tests to check that presence of grpc_init calls
2017-04-14 17:58:14 -07:00
Alexander Polcyn
792c7e3d27
add new test where client forks after require grpc, to test that lib startup
2017-04-14 16:29:04 -07:00
Jan Tattermusch
498e2b350a
Merge pull request #10480 from jtattermusch/csharp_new_projects
...
C# new .csproj projects
2017-04-11 17:24:04 +02:00
Jan Tattermusch
78cb931afd
address review comments
2017-04-11 11:04:42 +02:00
kpayson64
115b4fa35d
Merge pull request #10407 from kpayson64/alpine_linux_support
...
Alpine linux support
2017-04-10 14:11:04 -07:00
Jan Tattermusch
3c344d2f69
adjust run_tests scripts
2017-04-07 09:02:45 +02:00
Ken Payson
975b5103e5
Fix build on Alpine linux + add portability tests
2017-04-06 13:39:35 -07:00
Jan Tattermusch
61f729fe1a
Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_v12x
2017-04-06 17:11:44 +02:00
Michael Lumish
68dff87bac
Merge branch 'master' into node_dbg_release_split
2017-04-03 11:16:41 -07:00
Matt Kwong
0ff1957a5b
Fix test coverage reporting
2017-03-31 09:54:11 -07:00
Jan Tattermusch
917b6a0606
Merge pull request #10270 from jtattermusch/csharp_static_runtime
...
Link grpc_csharp_ext with static runtime.
2017-03-31 10:25:24 +02:00
Alexander Polcyn
077f890965
conform test to formatter
2017-03-24 09:53:40 -07:00
murgatroid99
fef391360c
Node: explicitly define Release and Debug builds, use build flags from build.yaml
2017-03-23 17:45:21 -07:00
Jan Tattermusch
e76604fc36
link grpc_csharp_ext with static runtime
2017-03-23 20:27:26 +01:00
Alexander Polcyn
ea282e9c4c
add passing test that kills a process while there are active watch chan state calls
2017-03-20 21:07:20 -07:00
Alexander Polcyn
70bc4921e1
add another currently failing test related to channels and deadlock
2017-03-15 14:00:46 -07:00
Alexander Polcyn
16d97edf56
add failing test revealing bug in channel state api
2017-03-15 10:02:20 -07:00
Alexander Polcyn
c44c16e330
add initial framework for full end2end tests outside of rspec
2017-03-14 23:30:39 -07:00
Jan Tattermusch
a3d87cad7e
fix C# nuget restore
2017-03-07 13:00:19 +01:00
murgatroid99
98cdf3b3e6
Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_master
2017-02-23 14:59:45 -08:00
murgatroid99
009c859832
Generalize build_node.bat argument propagation
2017-02-21 18:15:37 -08:00
murgatroid99
88113f7b61
Minor fixes to tests
2017-02-21 10:04:29 -08:00
murgatroid99
1191b7202d
Improve Node and libuv testing and test coverage
...
Allow Node tests to run with or without UV, change default version to 7, add some portability tests. Also make some more core tests work with libuv
2017-02-17 12:10:26 -08:00