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

CI on LTS branch release-4.x is broken #7659

Closed
4 tasks done
mtrezza opened this issue Oct 27, 2021 · 4 comments
Closed
4 tasks done

CI on LTS branch release-4.x is broken #7659

mtrezza opened this issue Oct 27, 2021 · 4 comments
Labels
type:ci CI related issue

Comments

@mtrezza
Copy link
Member

mtrezza commented Oct 27, 2021

New Issue Checklist

Issue Description

CI fails with error:

Error: Object not found.
at then.then.result (/home/runner/work/parse-server/parse-server/lib/Controllers/DatabaseController.js:49:3084)
at process._tickCallback (internal/process/next_tick.js:68:7)

Possibly introduced by 4ac4b7f.

Steps to reproduce

Run CI on current release-4.x branch.

Actual Outcome

CI fails.

Expected Outcome

CI should pass.

Environment

Server

Logs

See https://github.com/parse-community/parse-server/runs/4028298097?check_suite_focus=true

@parse-github-assistant
Copy link

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.

@FransGH
Copy link
Contributor

FransGH commented Oct 27, 2021

This is not an error but seems to be 'expected' trace output from EnableExpressErrorHandler.spec.js.

I see this too when running the test locally and it's not resulting in a failed test, although the trace output is confusing.

@mtrezza
Copy link
Member Author

mtrezza commented Oct 27, 2021

Then it may be some other issue. Since two different PRs face the same issue of the CI failing on this branch, I assume it's some issue with the branch, not with any of the PRs. When you run npm test locally on Node 10 with the latest commit of the 4.x branch, do all tests pass?

@mtrezza
Copy link
Member Author

mtrezza commented Jan 26, 2023

Closing as the LTS branch is no longer maintained.

@mtrezza mtrezza closed this as completed Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:ci CI related issue
Projects
None yet
Development

No branches or pull requests

2 participants