Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Conversation

cecton
Copy link
Contributor

@cecton cecton commented Aug 13, 2020

No description provided.

cecton added 13 commits August 7, 2020 15:58
Forked at: 9e28ea6
Parent branch: origin/master
Forked at: 9e28ea6
Parent branch: origin/master
Forked at: 9e28ea6
Parent branch: origin/master
Forked at: 9e28ea6
Parent branch: origin/master
Forked at: 9e28ea6
Parent branch: origin/master
Forked at: 9e28ea6
Parent branch: origin/master
Parent branch: origin/master
Forked at: 9e28ea6
Parent branch: origin/master
Forked at: 9e28ea6
Parent branch: origin/master
Forked at: 9e28ea6
Parent branch: origin/master
Forked at: 9e28ea6
Parent branch: origin/master
Forked at: 9e28ea6
Forked at: 9e28ea6
Parent branch: origin/master
cecton and others added 8 commits August 14, 2020 08:13
Forked at: 9e28ea6
Parent branch: origin/master
Forked at: 9e28ea6
Parent branch: origin/master
Forked at: 9e28ea6
Parent branch: origin/master
@cecton cecton force-pushed the cecton-fix-int-test-again branch from a47abfb to c001859 Compare August 20, 2020 10:29
cecton added 6 commits August 20, 2020 16:32
Forked at: 9e28ea6
Parent branch: origin/master
Forked at: 9e28ea6
Parent branch: origin/master
Forked at: 9e28ea6
Parent branch: origin/master
This reverts commit d3f63ed.
Forked at: 9e28ea6
Parent branch: origin/master
Forked at: 9e28ea6
Parent branch: origin/master
Forked at: 9e28ea6
Parent branch: origin/master
Forked at: 9e28ea6
Parent branch: origin/master
Forked at: 9e28ea6
Parent branch: origin/master
Forked at: 9e28ea6
Parent branch: origin/master
Forked at: 9e28ea6
Parent branch: origin/master
@cecton
Copy link
Contributor Author

cecton commented Sep 4, 2020

CI is red but but... it works on my machine 😭

image

@cecton
Copy link
Contributor Author

cecton commented Sep 9, 2020

@bkchr @ddorgan @TriplEight @kianenigma FINALLY FIXED IT!! 🥳

The difference between CI and locally was only because I ran the test from a terminal so the STDIN is kept opened. In the CI, the STDIN is closed.

(The validation process got stopped because of that)

For someone who made a library that makes pipelines with processes it is infuriating that I didn't see that earlier 😞

Comment on lines 28 to 29
# TODO should be dev dependency
polkadot-test-service = { git = "https://github.com/paritytech/polkadot", branch = "rococo-branch" }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

😞

Copy link
Member

@bkchr bkchr left a comment

Choose a reason for hiding this comment

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

One nitpick, otherwise it looks good.

let (polkadot_future, polkadot_task_manager) =
polkadot_collator::start_collator(builder, para_id, collator_key, polkadot_config)?;
let (polkadot_future, polkadot_task_manager) = if test {
let (task_manager, client, handles, _network, _rpc_handlers) = polkadot_test_service::polkadot_test_new_full(
Copy link
Member

Choose a reason for hiding this comment

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

This should not be done here in this crate.

In the future I also don't want to use the rococo-collator for testing. We need a collator that is just used for testing. We really need to rework all this.

So, please move this functionality for now into the rococo-collator.

Forked at: 9e28ea6
Parent branch: origin/master
Forked at: 9e28ea6
Parent branch: origin/master
@cecton
Copy link
Contributor Author

cecton commented Sep 16, 2020

bot merge

@ghost
Copy link

ghost commented Sep 16, 2020

Waiting for commit status.

@ghost ghost merged commit 8a445a4 into master Sep 16, 2020
@ghost ghost deleted the cecton-fix-int-test-again branch September 16, 2020 06:54
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants