Skip to content
Snippets Groups Projects

Resolve "onionoo consider tests results from assignments.log to be blocklist flags"

1 unresolved thread

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
  • juga
    juga @juga started a thread on commit 536a7e2d
  • 952 952 detailsStatus.setBridgedbDistributor(bridgedbDistributor);
    953 953 String[] blocklistParts = assignment.split("blocklist=");
    954 954 if (blocklistParts != null && blocklistParts.length > 1) {
    955 List<String> blocklist =
    956 Arrays.asList(blocklistParts[1].split(","));
  • Not sure how arrays works in java, so asking

  • juga resolved all threads

    resolved all threads

  • merged

  • juga mentioned in commit 8c7a6f00

    mentioned in commit 8c7a6f00

  • juga added 30m of time spent at 2024-07-31

    added 30m of time spent at 2024-07-31

  • Please register or sign in to reply
    Loading