You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ nebula-console git:(master) ./nebula-console -u root -p nebula --address localhost --port 9669
2021/11/10 15:12:07 [INFO] connection pool is initialized successfully
2021/11/10 15:12:07 Fail to create a new session from connection pool, Failed to create a net.Conn-backed Transport,: address ::1:9669: too many colons in address
panic: Fail to create a new session from connection pool, Failed to create a net.Conn-backed Transport,: address ::1:9669: too many colons in address
The text was updated successfully, but these errors were encountered:
* update test to check ipv6 version of localhost
* use net.JoinHostPort to handle the ipv6 case properly
* remove remote services, the code is not necessary to use this project as a nebula driver (#200)
* remove remote services, the code is not necessary to use this project as a nebula driver
* Create integration tests (#201)
* add build tag for integration tests
* add unit rule to run unit tests
* add unit as phony
* improve formatting of each _test file, enable coverate on functional tests
* add badge for test results
Co-authored-by: Yichen Wang <[email protected]>
Co-authored-by: Yichen Wang <[email protected]>
The text was updated successfully, but these errors were encountered: