Feature/upgrade geth and go #161
No reviewers
Labels
No Label
bug
critical
documentation
duplicate
enhancement
Epic
good first issue
help wanted
Integration tests
invalid
question
v5
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/ipld-eth-server#161
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/upgrade-geth-and-go"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ashwinphatak , @nikugogoi - Any of you guys familiar with the following issue when running the unit test:
The unit test is failing without any code change. I tried to debug on the server but found no success. Please let me know if this error is familiar.
A few notes:
GINKGO
from the makefile. The reason is that the tests for this repo are written using ginkgo v1, and by default, golang will try to install ginkgo v2. When you run the tests, it will output some errors lie:-ginkgo-timeout flag provided but not handled...
. This is an indication that you are using the wrong version. In the make file I hardcode ginkgo v1.docker-compose.yml
file. For some reason, I was having issues with the unit test without it.I think it means your server is not configured (in pg_hba.conf) to allow a connection from that host, with that user, to that database (with SSL certification turned off).
LGTM but I don't have the time to review all these workflow changes line by line right now.
Thanks Ians, I got around it and got the tests working :D