-
Notifications
You must be signed in to change notification settings - Fork 68
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
Testing vhost feature #351
Testing vhost feature #351
Conversation
Codecov Report
@@ Coverage Diff @@
## main #351 +/- ##
==========================================
- Coverage 78.38% 75.78% -2.60%
==========================================
Files 42 44 +2
Lines 2475 2767 +292
==========================================
+ Hits 1940 2097 +157
- Misses 412 538 +126
- Partials 123 132 +9
Continue to review full report at Codecov.
|
test/e2e/source_test.go
Outdated
@@ -53,3 +55,13 @@ func DirectSourceTest() *feature.Feature { | |||
|
|||
return f | |||
} | |||
|
|||
// VhostSourceTest makes sure an RabbitMQ Source is created on the desired vhost. | |||
func VhostSourceTest() *feature.Feature { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: go would have this be called VHostSourceTest
@@ -0,0 +1,37 @@ | |||
/* | |||
Copyright 2020 The Knative Authors |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: 2021
@@ -0,0 +1,35 @@ | |||
apiVersion: sources.knative.dev/v1alpha1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: needs a CR header ^^
6d772c0
to
12d66e8
Compare
…ource vhost adapter tests
…o locate config files
12d66e8
to
ca457aa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gabo1208, n3wscott The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Changes
Started RabbitMQ source e2e test file setup
Minor changes to tests, capitalization and RabbitMQ source coverage and documentation