-
Notifications
You must be signed in to change notification settings - Fork 6
#86 #87
base: master
Are you sure you want to change the base?
#86 #87
Conversation
PR is added to the queue for testing as 4. task. (b532c5c) |
Hi @vasilevskayaem, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! TTYL, MSBOT; |
Test (Success) 83412154 build is completed (b532c5c) See https://github.com/ThaliTester/TestResults/tree/83412154b532c5c__86__vasilevskayaem/ for the logs |
Test 83412154b532c5c(b532c5c) has failed See https://github.com/ThaliTester/TestResults/tree/83412154b532c5c__86__vasilevskayaem/ for the fail logs |
PR is added to the queue for testing as 1. task. (f1c1c14) |
Test (Success) 83412154 build is completed (f1c1c14) See https://github.com/ThaliTester/TestResults/tree/83412154f1c1c14__86__vasilevskayaem/ for the logs |
Test 83412154f1c1c14(f1c1c14) has failed See https://github.com/ThaliTester/TestResults/tree/83412154f1c1c14__86__vasilevskayaem/ for the fail logs |
PR is added to the queue for testing as 4. task. (945d897) |
Test (Success) 83412154 build is completed (945d897) See https://github.com/ThaliTester/TestResults/tree/83412154945d897__86__vasilevskayaem/ for the logs |
Test 83412154945d897(945d897) has successfully finished without an error See https://github.com/ThaliTester/TestResults/tree/83412154945d897__86__vasilevskayaem/ for the logs |
@vasilevskayaem, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR. |
Review status: 0 of 4 files reviewed at latest revision, 3 unresolved discussions. BtConnectorLib/btconnectorlib2/src/main/java/org/thaliproject/p2p/btconnectorlib/utils/PeerModel.java, line 199 [r3] (raw file):
Please, stand out this check into a separate function. Don't place so much code on one line. It's about 200 symbols. BtConnectorLib/btconnectorlib2/src/test/java/org/thaliproject/p2p/btconnectorlib/utils/PeerModelTest.java, line 349 [r3] (raw file):
Too long line BtConnectorLib/btconnectorlib2/src/test/java/org/thaliproject/p2p/btconnectorlib/utils/PeerModelTest.java, line 356 [r3] (raw file):
Too long line Comments from Reviewable |
Reviewed 1 of 2 files at r1, 2 of 3 files at r2, 1 of 1 files at r3. Comments from Reviewable |
PR is added to the queue for testing as 1. task. (9cf5167) |
Test (Success) 83412154 build is completed (9cf5167) See https://github.com/ThaliTester/TestResults/tree/834121549cf5167__86_vasilevskayaem/ for the logs |
Test 834121549cf5167(9cf5167) has failed See https://github.com/ThaliTester/TestResults/tree/834121549cf5167__86_vasilevskayaem/ for the fail logs |
PR is added to the queue for testing as 1. task. (b1a4712) |
Test (Success) 83412154 build is completed (b1a4712) See https://github.com/ThaliTester/TestResults/tree/83412154b1a4712__86_vasilevskayaem/ for the logs |
Test 83412154b1a4712(b1a4712) has successfully finished without an error See https://github.com/ThaliTester/TestResults/tree/83412154b1a4712__86_vasilevskayaem/ for the logs |
Review status: 2 of 5 files reviewed at latest revision, 4 unresolved discussions. BtConnectorLib/btconnectorlib2/src/main/java/org/thaliproject/p2p/btconnectorlib/utils/PeerModel.java, line 194 [r5] (raw file):
We need a little bit different logic. We shouldn't notify node layer that there is a new peer in case if we've seen that peer before. We have to implement next scenario:
Comments from Reviewable |
Reviewed 3 of 3 files at r5. Comments from Reviewable |
work started in vNext_vasilevskayaem_86, after changes appears next core test fails, continue working --- Failed tests --- |
I would suggest that we close this PR and put a note in #86 which branch has the relevant code. |
Review status: all files reviewed at latest revision, 5 unresolved discussions, some commit checks failed. BtConnectorLib/settings.gradle, line 2 at r5 (raw file):
Is it the old lib version ? Comments from Reviewable |
Review status: all files reviewed at latest revision, 5 unresolved discussions, some commit checks failed. BtConnectorLib/settings.gradle, line 2 at r5 (raw file): Previously, larryonoff (larryonoff) wrote…
no. I've got some tests failures in native mode with those changes so this branch wasn't merged into master Comments from Reviewable |
#86
This change is