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

Fix router_test.go #97

Closed
wants to merge 1 commit into from

Conversation

bkneis
Copy link
Contributor

@bkneis bkneis commented Aug 5, 2022

closes #96

Successful logs of make test below.

Is there any scope for this project to use a free CI tool? I think github has one for open source projects. I think the project should be performing a make test and make build as a pre PR check.

=== RUN Test_match
=== RUN Test_match/basic1
=== RUN Test_match/basic2
=== RUN Test_match/plus1
=== RUN Test_match/plus2
=== RUN Test_match/plus3
=== RUN Test_match/plus4
=== RUN Test_match/hash1
=== RUN Test_match/hash2
=== RUN Test_match/hash3
=== RUN Test_match/hash4
=== RUN Test_match/share1
--- PASS: Test_match (0.00s)
--- PASS: Test_match/basic1 (0.00s)
--- PASS: Test_match/basic2 (0.00s)
--- PASS: Test_match/plus1 (0.00s)
--- PASS: Test_match/plus2 (0.00s)
--- PASS: Test_match/plus3 (0.00s)
--- PASS: Test_match/plus4 (0.00s)
--- PASS: Test_match/hash1 (0.00s)
--- PASS: Test_match/hash2 (0.00s)
--- PASS: Test_match/hash3 (0.00s)
--- PASS: Test_match/hash4 (0.00s)
--- PASS: Test_match/share1 (0.00s)
=== RUN Test_routeIncludesTopic
--- PASS: Test_routeIncludesTopic (0.00s)
=== RUN Test_routeSplit
--- PASS: Test_routeSplit (0.00s)
PASS
ok github.com/eclipse/paho.golang/paho 29.493s

@bkneis bkneis closed this Aug 9, 2022
@bkneis
Copy link
Contributor Author

bkneis commented Aug 9, 2022

Superseded by #98

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.

Router's unit tests fail after merging shared subscriptions fix for router
1 participant