-
Notifications
You must be signed in to change notification settings - Fork 94
Read LAN Coordinates for a specific node #314
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
Changes from 1 commit
a815eb7
ec27430
47f160a
ce83113
81f30a8
0d9f8bc
8155cdd
853e938
79bac98
7be9a9c
d06c16a
f3d89c7
ed2bd2c
2f2941a
5b2ed3e
1e89e43
f147e92
ef9e81d
c1c1840
f462ed0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -29,6 +29,7 @@ public interface ICoordinateEndpoint | |
| { | ||
| Task<QueryResult<CoordinateDatacenterMap[]>> Datacenters(CancellationToken ct = default); | ||
| Task<QueryResult<CoordinateEntry[]>> Nodes(CancellationToken ct = default); | ||
| Task<QueryResult<CoordinateEntry>> Node(string node, QueryOptions q, CancellationToken ct = default); | ||
|
||
| Task<QueryResult<CoordinateEntry[]>> Nodes(QueryOptions q, CancellationToken ct = default); | ||
| } | ||
| } | ||
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.
Previous version of the test was better, we did actually use a real node name in the query before.
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.
The thing is that with the node name I was receiving errors in the base fixture class