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

[P1] yarn build produces inconsistent results #216

Open
1 of 5 tasks
willroberts opened this issue Oct 28, 2022 · 0 comments
Open
1 of 5 tasks

[P1] yarn build produces inconsistent results #216

willroberts opened this issue Oct 28, 2022 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed infrastructure Related to infrastructure / deployments

Comments

@willroberts
Copy link
Collaborator

Summary

If you run yarn build a handful of times, and check the size of duelyst.js in bytes after each run, you'll notice that that the build is occasionally missing about 2.5-3KB of data. When this data is missing, we see console errors related to Cocos2D-HTML5 and WebGL, as well as visual artifacts like missing textures or black screens.

I'm not sure what causes this yet, but let's try to track this down and possibly create an automated check/test for it.

Impacted services

  • The frontend app
  • The game servers
  • Game builds or automation scripts
  • Tests or Github Actions
  • Infrastructure (Terraform)

Steps to reproduce

  1. Run yarn build a few times.
  2. Observe 2.5-3KB of missing data inconsistently.

Environment information

  • Operating system: Windows and Mac, probably Linux as well
@willroberts willroberts added bug Something isn't working help wanted Extra attention is needed infrastructure Related to infrastructure / deployments labels Oct 28, 2022
@willroberts willroberts changed the title yarn build produces inconsistent results [P1] yarn build produces inconsistent results Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed infrastructure Related to infrastructure / deployments
Projects
None yet
Development

No branches or pull requests

1 participant