Skip to content

Commit

Permalink
Run the TestMutateRows_Generic_DeadlineExceeded conformance test
Browse files Browse the repository at this point in the history
Do grpc logging just for the TestMutateRows_Generic_DeadlineExceeded test. Run the TestMutateRows_Generic_DeadlineExceeded test only.
  • Loading branch information
danieljbruce committed Jan 29, 2024
1 parent 6bcc382 commit 532c62b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .kokoro/conformance.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"pretest": "npm run compile",
"test": "c8 mocha build/test",
"test:snap": "SNAPSHOT_UPDATE=1 npm test",
"testproxy": "npm run compile && node testproxy/index.js",
"testproxy": "npm run compile && GRPC_TRACE=all GRPC_VERBOSITY=DEBUG node testproxy/index.js",
"clean": "gts clean",
"precompile": "gts clean"
},
Expand Down

0 comments on commit 532c62b

Please sign in to comment.