Branch: refs/heads/master
  Home:   https://github.com/uzh/gc3pie
  Commit: 81894873c89a063f7c1dd3c17d8054b24e68d231
      
https://github.com/uzh/gc3pie/commit/81894873c89a063f7c1dd3c17d8054b24e68d231
  Author: Riccardo Murri <riccardo.mu...@gmail.com>
  Date:   2018-05-04 (Fri, 04 May 2018)

  Changed paths:
    M gc3libs/__init__.py
    M gc3libs/core.py
    M gc3libs/events.py
    M setup.py

  Log Message:
  -----------
  Use `blinker` instead of `generic.event` for the internal pub/sub mechanism.


  Commit: 79ba0c20e0eaba26d4ac4f6511b27b037c4e231c
      
https://github.com/uzh/gc3pie/commit/79ba0c20e0eaba26d4ac4f6511b27b037c4e231c
  Author: Riccardo Murri <riccardo.mu...@gmail.com>
  Date:   2018-05-04 (Fri, 04 May 2018)

  Changed paths:
    M gc3libs/__init__.py
    M gc3libs/core.py
    M gc3libs/tests/test_engine.py

  Log Message:
  -----------
  Fix counting of `ok` and `failed` pseudo-states.

The issue with counting, as implemented through the pub/sub pattern,
is that the final exit code may be decided by any of the handlers that
are subscribed to the task state changes -- and calling order of
subscribed handlers is not guaranteed.

The fix requires that we allow an `Engine` instance to subscribe to
exitcode/returncode changes as well, and then modify the counts if the
task final returncode is changed.


Compare: https://github.com/uzh/gc3pie/compare/73ae6e997f66...79ba0c20e0ea
      **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
You received this message because you are subscribed to the Google Groups 
"gc3pie-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gc3pie-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gc3pie-dev/5aeccd0575201_5c602b224a1a1c147604%40hookshot-fe-d2afb11.cp1-iad.github.net.mail.
For more options, visit https://groups.google.com/d/optout.

Reply via email to