[Bro-Dev] [JIRA] (BIT-1144) topk_get_top returned data type

Robin Sommer (JIRA) jira at bro-tracker.atlassian.net
Fri Feb 21 08:03:37 PST 2014


    [ https://bro-tracker.atlassian.net/browse/BIT-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15578#comment-15578 ] 

Robin Sommer commented on BIT-1144:
-----------------------------------

Getting test suite errors:

{code}
scripts.base.frameworks.sumstats.topk ... failed
  error in /home/robin/bro/master/testing/btest/.tmp/scripts.base.frameworks.sumstats.topk/topk.bro, line 15: type clash in assignment (s = topk_get_top(r$topk, 5))
{code}

Haven't looked into it yet.

> topk_get_top returned data type
> -------------------------------
>
>                 Key: BIT-1144
>                 URL: https://bro-tracker.atlassian.net/browse/BIT-1144
>             Project: Bro Issue Tracker
>          Issue Type: Problem
>          Components: Bro
>    Affects Versions: 2.2
>         Environment: Ubuntu, both 2.2 release and 2.2.117 from git.
>            Reporter: Brian Little
>            Assignee: Bernhard Amann
>            Priority: Low
>              Labels: topk
>         Attachments: topk.bro
>
>
> I'm trying to get the top few results in a topk data type, and then loop over them to print.
> Running for over the results brings up an error:
> target to iterate over must be a table, set, vector, or string 
> The docs say it is of type vector, and running |topk_result| brings back the correct count.
> example demonstration script attached



--
This message was sent by Atlassian JIRA
(v6.2-OD-09-036#6252)


More information about the bro-dev mailing list