twilio / twilio-java

A Java library for communicating with the Twilio REST API and generating TwiML.
MIT License
482 stars 421 forks source link

Test Failures on NonDex #724

Closed priyanka-28 closed 1 year ago

priyanka-28 commented 1 year ago

Issue Summary

The test com.twilio.jwt.taskrouter.PolicyTest#testToJson passed using normal maven-test, but showed Non-deterministic behavior under NonDex(https://github.com/TestingResearchIllinois/NonDex) and thus failed.

Steps to Reproduce

Steps to reproduce the behavior: https://github.com/TestingResearchIllinois/NonDex Nondex is order-dependent flaky tests detection tool developed by a research group led professor Darko at UIUC Navigate to the project repo, compile and run the following -

mvn edu.illinois:nondex-maven-plugin:1.1.2:nondex

Code Snippet

# paste code here

Exception/Log

image

Technical details:

rakatyal commented 1 year ago

Hi @priyanka-28, thank you for reporting the issue and contributing to the fix! Please let us know of any issues.

kridai commented 1 year ago

HI @priyanka-28, your changes for the fix have been merged and should be available in the next release.