Skip to content
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

Feature/deadlock detection #1478

Closed
wants to merge 2 commits into from
Closed

Feature/deadlock detection #1478

wants to merge 2 commits into from

Conversation

j16r
Copy link
Contributor

@j16r j16r commented Jul 23, 2019

Running deadlock detection on CircleCI, this is not for production.

@j16r j16r closed this Jul 23, 2019
@j16r j16r deleted the feature/deadlock_detection branch September 5, 2019 20:43
mateusz-sekara pushed a commit that referenced this pull request Jan 10, 2025
…1478)

## Motivation

The module import path for `integration-tests` was split brained
between:
- github.com/smartcontractkit/chainlink/integration-tests
- github.com/smartcontractkit/ccip/integration-tests

And patched with a self-replace:
```
github.com/smartcontractkit/chainlink/integration-tests => ../integration-tests
```
Which was breaking `gomods`

## Solution

This PR removes the replace and restores the original import path, and
re-enables gomods.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant