An error occurred while fetching the assigned milestone of the selected merge_request.
add power threshold
1 open thread
1 open thread
Part of routing v4.
Edited by Ghost User
Merge request reports
Activity
SonarQube analysis reported 1 issue
-
🔽 1 minor
-
SonarQube analysis reported 1 issue
-
🔽 1 minor
-
added Needs Review label
added Blocked label
added 30 commits
-
2b935788...663d9a72 - 29 commits from branch
master
- 566d9b90 - Merge remote-tracking branch 'remotes/origin/master' into feature-#444-add-power-threshold
-
2b935788...663d9a72 - 29 commits from branch
SonarQube analysis reported 1 issue
-
🔽 1 minor
-
mentioned in merge request !123 (merged)
removed Blocked label
added 24 commits
-
566d9b90...715d0645 - 23 commits from branch
master
- e6668894 - Merge remote-tracking branch 'remotes/origin/master' into feature-#444-add-power-threshold
-
566d9b90...715d0645 - 23 commits from branch
425 Assert.assertFalse("Host in a transfer should not get data.", 426 this.messageToHostsExists(messages, idForDataMessage, neighbor2)); 427 Assert.assertTrue("Message to other neighbor expected.", 428 this.messageToHostsExists(messages, m.getId(), otherHost)); 429 Assert.assertTrue("Data message to other neighbor expected.", 430 this.messageToHostsExists(messages, idForDataMessage, otherHost)); 431 } 432 433 /** 434 * Checks that {@link UtilityMessageChooser#chooseNonDirectMessages(Collection, List)} does not return any 435 * (message, connection) tuples for which the receiving host does not have sufficient power right now. 436 */ 437 @Test 438 public void testFindOtherMessagesDoesNotReturnMessagesForLowPowerRouter() { 439 // Make sure neighbor 1 has low power. 440 this.neighbor1.getComBus().updateProperty( added Needs Changes Needs information from dev and removed Needs Review labels
added Needs Review and removed Needs Changes Needs information from dev labels
mentioned in commit 5e5fdd76
Please register or sign in to reply