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

fix: move checks for automated test mode into global.rs #2956

Merged
merged 4 commits into from
Jul 25, 2019

Conversation

JosephGoulden
Copy link
Contributor

Moved some CI checks from pipe.rs to global. I think it makes sense to do this configuration in one place and it looks like the majority of it is done there now. The only real change to the automated tests here is that the genesis block timestamp is 60 minutes in the past rather than the time now.

@JosephGoulden JosephGoulden changed the title fix: move checks for test/production mode into one place - global.rs fix: move checks for test/production mode into global.rs Jul 20, 2019
@JosephGoulden JosephGoulden changed the title fix: move checks for test/production mode into global.rs fix: move checks for automated test mode into global.rs Jul 20, 2019
Copy link
Member

@antiochp antiochp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice.

@antiochp
Copy link
Member

I think I created a conflict here touching some adjacent code...

Copy link
Member

@antiochp antiochp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 after conflicts are fixed.

@JosephGoulden
Copy link
Contributor Author

Thanks for review. I fixed the conflicts. Also had to change block time on your new chain_test_helper to 60 from 160, hope that's ok.

@quentinlesceller quentinlesceller changed the base branch from milestone/2.x.x to master July 24, 2019 15:41
@antiochp
Copy link
Member

We just merged 2.x.x back into master.
Updated base branch for this PR back to master.
Once all tests pass I'll merge 👍.

@antiochp
Copy link
Member

antiochp commented Jul 24, 2019

Getting a windows specific test failure on CI (not sure if related, seems unlikely?)

@quentinlesceller
Copy link
Member

Seems like a random failure. Relaunched.

@antiochp antiochp merged commit 2ae76d3 into mimblewimble:master Jul 25, 2019
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.

3 participants