Skip to content
Snippets Groups Projects

add power threshold

Merged
Ghost Userrequested to merge
feature-#444-add-power-threshold into master
1 open thread

Part of routing v4.

Edited by Ghost User

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • 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(
  • Ghost User added 1 commit

    added 1 commit

    Compare with previous version

  • merged

  • Ghost User mentioned in commit 5e5fdd76

    mentioned in commit 5e5fdd76

  • Please register or sign in to reply
    Loading