Skip to content

Remove EventListener Log Output Assertion from e2e Tests#1249

Merged
tekton-robot merged 1 commit intotektoncd:masterfrom
danielhelfand:1248
Nov 11, 2020
Merged

Remove EventListener Log Output Assertion from e2e Tests#1249
tekton-robot merged 1 commit intotektoncd:masterfrom
danielhelfand:1248

Conversation

@danielhelfand
Copy link
Copy Markdown
Member

Closes #1248

Remove assertion in EventListener log e2e tests for Listen and serve on port 8080 and replace with check on log format from tkn for EventListener logs. This will help prevent future failures in e2e tests as EventListener log formats change over time.

Submitter Checklist

  • Includes tests (if functionality changed/added)
  • Run the code checkers with make check
  • Regenerate the manpages, docs and go formatting with make generated
  • Commit messages follow commit message best practices

Release Notes

NONE

@tekton-robot tekton-robot added the release-note-none Denotes a PR that doesnt merit a release note. label Nov 11, 2020
@tekton-robot tekton-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Nov 11, 2020
Copy link
Copy Markdown
Contributor

@pradeepitm12 pradeepitm12 left a comment

Choose a reason for hiding this comment

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

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Nov 11, 2020
@tekton-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pradeepitm12

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 11, 2020
@tekton-robot tekton-robot merged commit 5358039 into tektoncd:master Nov 11, 2020
@danielhelfand danielhelfand mentioned this pull request Nov 11, 2020
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesnt merit a release note. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

EventListener Log Tests Failing Due to Changed Output

3 participants