WIP: Add merge-prs.sh script to contrib/#923
WIP: Add merge-prs.sh script to contrib/#923apoelstra wants to merge 3 commits intoElementsProject:masterfrom
merge-prs.sh script to contrib/#923Conversation
|
Another thing we should deal with is that the functional tests sometimes fail due to resource contention (typically this looks like errors of the form |
|
I realize that the RPC errors only happen when I mess with my network interfaces while the tests are running. Probably I should just not do that. |
|
More missing features
|
|
@gwillen do you remember what the point of all this "copy to |
Because otherwise, when the script starts checking out branches / merging things / etc., it is liable to check itself out of existence, if you are running it from inside the same repo it's operating on. (Or check itself out to the wrong version, or...) |
|
It won't check itself out of existence, because it only checks things out via It may update itself, yes, but this is probably expected and good. We could add some code that would detect changes (much easier to do than But regardless I think this will be very rare. |
|
I think this was superseded by #1210, will create an issue from the TODOs and at some point evaluate what still needs to be done |
TODO
chronicand any other tools we might need