Github user MikeThomsen commented on the issue:

    https://github.com/apache/nifi/pull/2614
  
    I think it made it into "1.6.0-SNAPSHOT" after RC3 was cut. You have a 
bunch of errors in there, but they look like this:
    
    > [ERROR] 
testSingleRecordSuccess(org.apache.nifi.processors.pulsar.pubsub.async.TestAsyncPublishPulsarRecord_1_X)
  Time elapsed: 0.011 s  <<< FAILURE!
    java.lang.AssertionError: java.lang.IllegalStateException: Attempting to 
evaluate expression language for topic using flow file attributes but the scope 
evaluation is set to NONE. The proper scope should be set in the property 
descriptor using 
PropertyDescriptor.Builder.expressionLanguageSupported(ExpressionLanguageScope)
        at 
org.apache.nifi.processors.pulsar.pubsub.async.TestAsyncPublishPulsarRecord_1_X.testSingleRecordSuccess(TestAsyncPublishPulsarRecord_1_X.java:87)
    Caused by: java.lang.IllegalStateException: Attempting to evaluate 
expression language for topic using flow file attributes but the scope 
evaluation is set to NONE. The proper scope should be set in the property 
descriptor using 
PropertyDescriptor.Builder.expressionLanguageSupported(ExpressionLanguageScope)


---

Reply via email to