-
Notifications
You must be signed in to change notification settings - Fork 67
Replace request module with axios. #467
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
base: develop
Are you sure you want to change the base?
Conversation
|
Hi, I run the tests on this branch and I got some failures, on de develop branch everything pass: |
|
Hello, I’m currently running the OrientJS test suite locally with develop branch and wanted to clarify the exact OrientDB environment you are using, as I’m seeing consistent failures that appear to be version/protocol related. What I’ve done so far
What I’m observingThe majority of failures happen in This originates from: and occurs when the test helper tries to create or open a database (e.g. Test results summary
AssumptionFrom the error and behavior, it looks like:
Request for clarificationSince you mentioned that you’re able to run the full test suite successfully, could you please confirm:
This information will help determine whether:
Happy to share more logs or details if needed. |
|
Hi, Yes the test need some specific settings, like in the CI we use this script to download and configure the server, this is the configuration of the server used for the tests. In the specific this are the two settings that are required for the test to pass: <entry name="network.binary.allowNoToken" value="true"/>
<entry name="security.createDefaultUsers" value="true"/> |
|
Hi, On OrientDB 3.2.48, tests still fail early with Please let me know if any additional config or test adjustments are required for 3.0.44, and what changes are recommended to support 3.2.48. |
No description provided.