Github user olegz commented on the issue:
https://github.com/apache/nifi/pull/617
@mcgilman @jtstorck could you please look at the second commit where I had
to ignore two Spoke tests. Basically two issues there.
1. Components are created without ID. With new code changes it now results
in NPE (I can provide more details, but basically
```
new ProcessorDTO(position: new PositionDTO(x: 10, y: 10))]
```
should be something like
```
new ProcessorDTO(id:"c81f6810-0155-1000-0000-c4af042cb1559", position: new
PositionDTO(x: 10, y: 10))]
```
While the above is easy, those tests are now failing due to me commenting
the positioning logic (see previous comment). so we need to come up with the
plan as to what needs to be done properly or what I've done is sifficient.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---