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

Add support for TAP (test anything protocol) output #2720

Merged
merged 1 commit into from
Dec 16, 2014

Conversation

brendandburns
Copy link
Contributor

No description provided.

TestKubernetesROService,
TestKubeletSendsEvent,
tests := []TestSpec{
{TestKubernetesROService, "TestKubernetesROService", 1},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really have to specify an index? can't that be figured out by using a loop variable or something?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like to specify an index so that the index of a test stays consistent, even if someone adds a test in the middle of the list.

--brendan

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In that case, please add a comment explaining why you want that (what's wrong with name??), and maybe find a better name than "index", because no one is going to assume you want the indexes to get mixed up over time...

@brendandburns
Copy link
Contributor Author

Rebased. PTAL

@brendandburns brendandburns force-pushed the tap branch 2 times, most recently from d81410b to c7db724 Compare December 8, 2014 23:44
@brendandburns
Copy link
Contributor Author

Passes e2e...

@lavalamp
Copy link
Member

lavalamp commented Dec 9, 2014

Github hid my last comment because it was a response: "please add a comment explaining why you want [indexes to behave like that], and maybe find a better name than "index", because no one is going to assume you want the indexes to get mixed up over time..."

@brendandburns
Copy link
Contributor Author

Done. ptal.

thanks
--brendan

@brendandburns brendandburns force-pushed the tap branch 2 times, most recently from c78c2ea to a2bc38f Compare December 12, 2014 19:55
@brendandburns
Copy link
Contributor Author

pingity ping ping ;)

@lavalamp
Copy link
Member

LGTM

lavalamp added a commit that referenced this pull request Dec 16, 2014
Add support for TAP (test anything protocol) output
@lavalamp lavalamp merged commit 0fd1ed2 into kubernetes:master Dec 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants