Skip to content

Commit

Permalink
Reworked pytest parametrization to support multiple nifi-registry ver…
Browse files Browse the repository at this point in the history
…sions

Improved processor scheduling call to check if start was successful, changed test to component.state from status.run_status as it's more reliable
Minor logging cleanups and changes
Deprecated testing against NiFi-1.5.0, added testing against NiFi-Registry-0.2.0
Added pytest fixture cleanups for NiFi-Registry testing
Renamed 'regress' to 'regress_nifi' for clarity when working with tests
Finally realised that fixture ordering matters and cleaned up a few things
Added default log control for tox run as a convenience
  • Loading branch information
Chaffelson committed Aug 3, 2018
1 parent e8e5087 commit 686b297
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
History
=======

0.10.0 (2018-08-03)
-------------------

| Updated NiFi client for 1.7.1 release
| Updated NiFi-Registry client for 0.2.0 release
**Key Changes**

* Reworked NiFi-Registry pytest setup to support multiple versions
* Changed schedule_processor to use component. rather than status. tests as they are more reliable
* Swtiched Docker configs to use explicit versions instead of latest for more consistent behavior across environents

**Version Changes**

* Deprecated testing against NiFi-1.5.0 due to host headers issue - recommend users to upgrade to at least NiFi-1.6.0
* Deprecated testing against NiFi-1.4.0 as superfluous
* Added testing for NiFi-1.7.1 and NiFi-Registry-0.2.0


0.9.1 (2018-05-18)
------------------

Expand Down

0 comments on commit 686b297

Please sign in to comment.