-
Notifications
You must be signed in to change notification settings - Fork 152
Surface more errors on failing to initially retrieve a RT #811
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
Surface more errors on failing to initially retrieve a RT #811
Conversation
30c774d
to
ac632ed
Compare
ac632ed
to
063d683
Compare
063d683
to
dcc3467
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.
💯
'Neo.ClientError.Transaction.InvalidBookmark', | ||
'Neo.ClientError.Transaction.InvalidBookmarkMixture', | ||
'Neo.ClientError.Security.Forbidden', | ||
'Neo.ClientError.Security.IWontTellYou' |
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.
A prime example of security by obscurity 😜
packages/bolt-connection/test/connection-provider/connection-provider-routing.test.js
Outdated
Show resolved
Hide resolved
packages/bolt-connection/test/connection-provider/connection-provider-routing.test.js
Outdated
Show resolved
Hide resolved
packages/bolt-connection/test/connection-provider/connection-provider-routing.test.js
Outdated
Show resolved
Hide resolved
skip( | ||
'Fail while enable Temporary:FastFailingDiscovery', | ||
ifEndsWith('test_should_request_rt_from_all_initial_routers_until_successful_on_authorization_expired'), | ||
ifEndsWith('test_should_request_rt_from_all_initial_routers_until_successful_on_unknown_failure'), | ||
ifEndsWith('test_should_fail_with_routing_failure_on_any_security_discovery_failure'), | ||
ifEndsWith('test_should_fail_with_routing_failure_on_invalid_bookmark_mixture_discovery_failure'), | ||
ifEndsWith('test_should_fail_with_routing_failure_on_invalid_bookmark_discovery_failure'), | ||
ifEndsWith('test_should_fail_with_routing_failure_on_forbidden_discovery_failure') | ||
), |
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.
🎉
Co-authored-by: Robsdedude <dev@rouvenbauer.de>
No description provided.