-
-
Notifications
You must be signed in to change notification settings - Fork 598
Closed
Labels
block:releaseNeeds to be resolved before next release on release branch; remove label afterwardsNeeds to be resolved before next release on release branch; remove label afterwardstype:ciCI related issueCI related issue
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest versions of Parse Server and the Parse JS SDK.
Issue Description
Upgrading Parse Server for integration testing fails in #1975.
Steps to reproduce
Failing tests in https://github.com/parse-community/Parse-SDK-JS/actions/runs/5633637975/job/15262758943?pr=1975:
- Parse.File can get file data from base64 (saved)
- Error: File upload of extension plain is disabled.
- Parse.File can get file data from byte array
- Error: File upload of extension plain is disabled.
- Parse.File can save file to localDatastore
- Error: File upload of extension plain is disabled.
- Schema set multiple required and default values
- Error: File upload of extension plain is disabled.
Actual Outcome
Tests fail.
Expected Outcome
Test pass.
Metadata
Metadata
Assignees
Labels
block:releaseNeeds to be resolved before next release on release branch; remove label afterwardsNeeds to be resolved before next release on release branch; remove label afterwardstype:ciCI related issueCI related issue