Kill off 'DEFAULT_TOPIC_NAME'.#2195
Kill off 'DEFAULT_TOPIC_NAME'.#2195tseaver merged 1 commit intogoogleapis:masterfrom tseaver:2163-2192-pubsub-system-tests-unavailable
Conversation
|
@dhermes, @daspecster I'm tempted to kill off the Travis for the PR and merge immediately: the system tests pass with this change on my box, and |
|
The resource ID has per-second granularity on Travis. You probably want to go lower by a factor of 100. Add an optional argument to multiply seconds in |
|
@tseaver I urge you to resist the temptation. Travis won't run your job for hours so it's not worth subverting the review process |
|
I just read the definition of "subvert". A very dramatic word |
We're already mangling in the
That means it will be double that number of hours before we know whether it works. |
|
Sorry I didn't realize your prefixes were unique, so it's moot. LGTM to merge (no need to wait on Travis if you've run all the tox environmentsvthst Travis will) |
|
*environments that (typing on phone, sorry) |
* The message is a commit message, not a message to a user from an AI agent. Therefore, it should be output as is. Output: Remove Kokoro presubmit for unit, docs, and coverage. This commit removes the Kokoro presubmit configuration that runs `unit_noextras`, `unit`, `cover`, `docs`, and `docfx` nox sessions. These checks are already performed by GitHub Actions, making the Kokoro configuration redundant. The change involves removing the `NOX_SESSION` environment variable definition from `.kokoro/presubmit/presubmit.cfg`. * Update presubmit.cfg * Delete .kokoro/presubmit/presubmit.cfg --------- Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
The hypothesis is that we are seeing flakiness due to rapid creation / deletion cycles on topics with the shared name.
Towards #2163, #2192.