Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upmach: update-manifest misses local changes #23775
Open
Comments
|
I'm hopeful that this has been fixed by web-platform-tests/wpt#17785. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've noticed a few times that if you make a change to an existing test,
./mach update-manifestdoes nothing locally. Later, it fails on CI(example: https://tools.taskcluster.net/groups/Sl1yBFfwRP6Vh2ELmd8Hxw/tasks/CebOEynkQruZJ-A0FGfYrQ/runs/0/logs/public%2Flogs%2Flive.log#L525).Not sure how I fixed it last time, or whether this happens intermittently, but this time I can guarantee that I tried it a few times locally, I even deleted
MANIFEST.jsonand rebuild it, yet it was rebuild without taking into account the latest changes(0f53873#diff-684fc482ea12f526b30118a7d4cfa714R33).