Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use unique UUID per system test #212

Conversation

DominicKramer
Copy link
Contributor

@DominicKramer DominicKramer commented Nov 1, 2018

BREAKING CHANGE: The installation tests verify that Typescript
3 is required to use the this library since google-auth-library
requires Typescript 3.

This ensures two runs of the system tests don't conflict, which
was causing problems in the past.

This ensures two runs of the system tests don't conflict, which
was causing problems in the past.
@DominicKramer DominicKramer requested a review from a team November 1, 2018 21:01
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 1, 2018
@@ -28,6 +31,17 @@ const logging = new Logging();
const LoggingWinston = require('../src/index').LoggingWinston;
const LOG_NAME = 'winston_log_system_tests';

const UUID = uuid.v4();
function message(text: string) {

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@DominicKramer DominicKramer merged commit e5dde98 into googleapis:master Nov 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants