Skip to content
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

Tests fail with Parse Server upgrade #1979

Closed
4 tasks done
mtrezza opened this issue Jul 23, 2023 · 4 comments · Fixed by #2089
Closed
4 tasks done

Tests fail with Parse Server upgrade #1979

mtrezza opened this issue Jul 23, 2023 · 4 comments · Fixed by #2089
Labels
block:release Needs to be resolved before next release on release branch; remove label afterwards type:ci CI related issue

Comments

@mtrezza
Copy link
Member

mtrezza commented Jul 23, 2023

New Issue Checklist

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:

  1. Parse.File can get file data from base64 (saved)
  • Error: File upload of extension plain is disabled.
  1. Parse.File can get file data from byte array
  • Error: File upload of extension plain is disabled.
  1. Parse.File can save file to localDatastore
  • Error: File upload of extension plain is disabled.
  1. Schema set multiple required and default values
  • Error: File upload of extension plain is disabled.

Actual Outcome

Tests fail.

Expected Outcome

Test pass.

@parse-github-assistant
Copy link

parse-github-assistant bot commented Jul 23, 2023

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.

@dblythy
Copy link
Member

dblythy commented Jul 23, 2023

This seems to be as a result of an unexpected breaking change, fixed in parse-community/parse-server#8698

@mtrezza mtrezza changed the title Test fail with Parse Server upgrade Tests fail with Parse Server upgrade Mar 9, 2024
@mtrezza mtrezza added block:release Needs to be resolved before next release on release branch; remove label afterwards block:beta Needs to be resolved before next release on beta branch; remove label afterwards and removed block:release Needs to be resolved before next release on release branch; remove label afterwards labels Mar 9, 2024
Copy link

The label block:beta cannot be used in combination with block:release.

@parse-github-assistant parse-github-assistant bot removed the block:beta Needs to be resolved before next release on beta branch; remove label afterwards label Mar 9, 2024
@mtrezza
Copy link
Member Author

mtrezza commented Mar 9, 2024

Possibly related to parse-community/parse-server#8818

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
block:release Needs to be resolved before next release on release branch; remove label afterwards type:ci CI related issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants