Skip to content

Commit 170b72f

Browse files
authored
Merge pull request #929 from grpc/[email protected]
Upmerge 1.22
2 parents bf4c6b9 + 85e8ddb commit 170b72f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/grpc-native-core/binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
'GPR_BACKWARDS_COMPATIBILITY_MODE',
9595
'GRPC_ARES=1',
9696
'GRPC_UV',
97-
'GRPC_NODE_VERSION="1.22.0-dev"',
97+
'GRPC_NODE_VERSION="1.22.0-pre1"',
9898
'CARES_STATICLIB',
9999
'CARES_SYMBOL_HIDING'
100100
],
Submodule grpc updated 88 files

packages/grpc-native-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grpc",
3-
"version": "1.22.0-dev",
3+
"version": "1.22.0-pre1",
44
"author": "Google Inc.",
55
"description": "gRPC Library for Node",
66
"homepage": "https://grpc.io/",

packages/grpc-native-core/test/resolver_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe('Name resolver', function() {
6161
done();
6262
});
6363
});
64-
it('Should resolve a target to IPv4 and IPv6 addresses', function(done) {
64+
it.skip('Should resolve a target to IPv4 and IPv6 addresses', function(done) {
6565
const client = new grpc.Client(`loopback46.unittest.grpc.io:${port}`, insecureCreds);
6666
let deadline = new Date();
6767
deadline.setSeconds(deadline.getSeconds() + 1);

0 commit comments

Comments
 (0)