#91 Publish more metadata in bus messages.
Merged 6 years ago by jskladan. Opened 6 years ago by ralph.

file modified
-2
@@ -75,7 +75,6 @@ 

          task = dict(

              (datum.key, datum.value)

              for datum in result.data

-             if datum.key in ('item', 'type',)

          )

          task['name'] = result.testcase.name

          msg = {
@@ -137,7 +136,6 @@ 

          task = dict(

              (datum.key, datum.value)

              for datum in result.data

-             if datum.key in ('item', 'type',)

          )

          task['name'] = result.testcase.name

          msg = {

Some results that come in do not have an item or a type.

Pull-Request has been merged by jskladan

6 years ago

Thanks @jskladan! We've been having a number of discussions at devconf about the resultsdb/greenwave interaction (with @tflink @adamwill and @dcallagh). We might have a few more patches coming. Will try to keep you posted.

Metadata