Skip to content

Commit

Permalink
modify test
Browse files Browse the repository at this point in the history
  • Loading branch information
KeXiangWang committed Feb 27, 2024
1 parent e6a574c commit 59d9233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e_test/error_ui/simple/main.slt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Near "selet"


statement error
create function int_42() returns int as int_42 using link 'remotehost:8815';
create function int_42() returns int as int_42 using link '555.0.0.1:8815';
----
db error: ERROR: Failed to run the query

Caused by:
Flight service error: failed to create LoadBalancedChannel, address: remotehost:8815, err: failed to resolve IPs: Failed to resolve ServiceDefinition: failed to resolve ips from host: no record found for Query { name: Name("remotehost."), query_type: AAAA, query_class: IN }
Flight service error: invalid address: 555.0.0.1:8815, err: failed to parse address: http://555.0.0.1:8815: invalid IPv4 address


statement error
Expand Down

0 comments on commit 59d9233

Please sign in to comment.