exceptionfactory commented on PR #7194: URL: https://github.com/apache/nifi/pull/7194#issuecomment-1522036148
> @MikeThomsen @exceptionfactory The test failures I see are > > > Error: Failures: > > Error: TestExcelSchemaInference.testInferenceIncludesAllRecords:62 expected: <CHOICE[TIMESTAMP:yyyy/MM/dd/ HH:mm, TIME:HH:mm:ss a, STRING]> but was: <CHOICE[TIMESTAMP:yyyy/MM/dd/ HH:mm, STRING]> > > Error: TestExcelSchemaInference.testInferenceIncludesAllRecordsWithEL:94 expected: <CHOICE[TIMESTAMP:yyyy/MM/dd/ HH:mm, TIME:HH:mm:ss a, STRING]> but was: <CHOICE[TIMESTAMP:yyyy/MM/dd/ HH:mm, STRING]> > > The problem is on my box those tests are passing. I am not sure how to go about fixing these short of removing those assertions. Please advise. The problem is due to the fact that the timestamp is implicitly local, so the expected value needs to account for that fact. I will take a closer look at the test to determine the best solution. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
