testing: start using btlr#3959
Conversation
|
For the record, here are latencies for the last periodic builds: lint: 14:26 Here are latencies for the presubmit builds for this PR: and interestingly, the test in |
|
Spanner is failing with: It seems like there are too many instances. |
|
There were around 10 stale Spanner instances in the main test project. I deleted them all. I'll restart the py-3.6 build. |
|
The number of tests for the current presubmit builds are exactly the same as the last periodic builds. Latencies: Pretty good :) |
|
Only failing test is |
|
I'll update the branch after merging some more PRs. Let's be extra cautious before merging this. |
|
3 failures: iot: It looks like a bug in the cleanup code. dlp: This is a known flake. run/markdown-preview: This is the most concerning one. gcloud sdk crashed, probably because of the low memory situation. |
|
This time For I think I understand the problem. This is happening because
I'll put |
|
You can also do |
|
@kurtisvg It's not failing to delete the file. gcloud crashes because there is not the file existing any more which used to be there. |
|
Ah sorry, I misunderstood. I think there is a |
|
Thanks, yeah maybe we can use |
|
For iam failure, I think it is sensible to display Actually, I found that there is a role |
|
For iot failure, it's an ongoing flake tracked at #3912, so I don't worry about it too much. |
|
Failure analysis:
This test is using an intact uuid1 value as the bucket name. Since we now running the tests in parallel, other tests could get the same uuid1. Although it's low probability, it's still way higher than the probability when we use uuid4. There are several cases of this: Maybe we can just use uuid4, which will make the probability much less. py-3.8 failed during Maybe it's because we run tests in parallel, maybe not. |
…amples#3959) * testing: start using btlr The binary is at gs://cloud-devrel-kokoro-resources/btlr/v0.0.1/btlr * add period after DIFF_FROM * use array for btlr args * fix websocket tests * add debug message * wait longer for the server to spin up * dlp: bump the wait timeout to 10 minutes * [run] copy noxfile.py to child directory to avoid gcloud issue * [iam] fix: only display description when the key exists * use uuid4 instead of uuid1 * [iot] testing: use the same format for registry id * Stop asserting Out of memory not in the output * fix missing imports * [dns] testing: more retries with delay * [dlp] testing: longer timeout * use the max-concurrency flag * use 30 workers * [monitoring] use multiple projects * [dlp] testing: longer timeout
…amples#3959) * testing: start using btlr The binary is at gs://cloud-devrel-kokoro-resources/btlr/v0.0.1/btlr * add period after DIFF_FROM * use array for btlr args * fix websocket tests * add debug message * wait longer for the server to spin up * dlp: bump the wait timeout to 10 minutes * [run] copy noxfile.py to child directory to avoid gcloud issue * [iam] fix: only display description when the key exists * use uuid4 instead of uuid1 * [iot] testing: use the same format for registry id * Stop asserting Out of memory not in the output * fix missing imports * [dns] testing: more retries with delay * [dlp] testing: longer timeout * use the max-concurrency flag * use 30 workers * [monitoring] use multiple projects * [dlp] testing: longer timeout
…amples#3959) * testing: start using btlr The binary is at gs://cloud-devrel-kokoro-resources/btlr/v0.0.1/btlr * add period after DIFF_FROM * use array for btlr args * fix websocket tests * add debug message * wait longer for the server to spin up * dlp: bump the wait timeout to 10 minutes * [run] copy noxfile.py to child directory to avoid gcloud issue * [iam] fix: only display description when the key exists * use uuid4 instead of uuid1 * [iot] testing: use the same format for registry id * Stop asserting Out of memory not in the output * fix missing imports * [dns] testing: more retries with delay * [dlp] testing: longer timeout * use the max-concurrency flag * use 30 workers * [monitoring] use multiple projects * [dlp] testing: longer timeout
…amples#3959) * testing: start using btlr The binary is at gs://cloud-devrel-kokoro-resources/btlr/v0.0.1/btlr * add period after DIFF_FROM * use array for btlr args * fix websocket tests * add debug message * wait longer for the server to spin up * dlp: bump the wait timeout to 10 minutes * [run] copy noxfile.py to child directory to avoid gcloud issue * [iam] fix: only display description when the key exists * use uuid4 instead of uuid1 * [iot] testing: use the same format for registry id * Stop asserting Out of memory not in the output * fix missing imports * [dns] testing: more retries with delay * [dlp] testing: longer timeout * use the max-concurrency flag * use 30 workers * [monitoring] use multiple projects * [dlp] testing: longer timeout
fixes #3958
fixes #3994
fixes #3912
fixes #3992
fixes #3996
fixes #3997
fixes #3998
fixes #3999
fixes #4000
fixes #4001
fixes #4002
We embed btlr binary from gs://cloud-devrel-kokoro-resources/btlr/v0.0.1/btlr