-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
27 fixed by developer tests in Nifi #1416
base: main
Are you sure you want to change the base?
27 fixed by developer tests in Nifi #1416
Conversation
@DaniellaHubble where are the logs for these runs? Did you try with @Ajitesh27 can you please inspect the logs here? |
I ran it with -DnondexRuns=100, and (as far as I can tell) no tests failed. The output log is attached. Let me know if there is anything else you'd like to see. |
Discussed in class. You have to change the commit hash. |
c9335ad
to
538cc09
Compare
I've updated the commit Hash. Logs are at /home/dhubble2/logsforPR1416.txt on my vm. |
LGTM |
These two commits are not adjacent, i.e., neither is the parent or child of the other. If some commit is claimed to be the fix, then the test should pass after the fix but fail right before the fix. |
The broken commit directly before the working commit in the whole Nifi repo is: 99b0cd42ef951bfd46ce2ad3cee321facfe14b1c The previous commit I gave you was the commit right before the working commit in the folder I was working in, not the whole project. Sorry for the confusion. |
I'm still confused. https://github.com/TestingResearchIllinois/idoft/pull/1416/files currently claims that apache/nifi@0d0ba1c fixed the tests, but I don't know if you have (1) a log showing no failures in 0d0ba1ca41dd1ffb633ed2fc1f74b17e460de0f9 and (2) a log showing failures in c19ec90030ac401315d425a2fb26e6bf3ecf8e66. Also, the URL for |
Update pr-data.csv
a7dadaa
to
19c1a88
Compare
To clearly show 0d0ba1ca41dd1ffb633ed2fc1f74b17e460de0f9 passes, I moved those logs to its own folder: /home/dhubble2/logpassesATodoba1.txt I just realized I was also on a folder (not the whole repo) when I thought 99b0cd42ef951bfd46ce2ad3cee321facfe14b1c (shows failures in log home/dhubble2/logsforPR1416.txt) was the commit just prior to the working one. I am currently testing c19ec90030ac401315d425a2fb26e6bf3ecf8e66 and I will update you shortly on that. Update: Logs of c19ec90030ac401315d425a2fb26e6bf3ecf8e66 passing under test but failing under Nondex are at /home/dhubble2/brokeCommit.txt |
Tests in org.apache.nifi.registry.security.ldap.tenants.LdapUserGroupProviderTest were fixed by developers in the following commit (NIFI-11603 Refactored Socket-based tests to use Dynamic Ports). Tests pass under NonDex using the following command:
mvn -pl nifi-registry/nifi-registry-core/nifi-registry-framework edu.illinois:nondex-maven-plugin:2.2.1-SNAPSHOT:nondex -Dtest=org.apache.nifi.registry.security.ldap.tenants.LdapUserGroupProviderTest