Open zepumph opened 6 years ago
@jonathanolson for local chipper builds, are oneOffs even a thing? I only see oneOff code in perennial.
One-offs are something that shows up in the package.json version and is part of the deployment. It looks like the failing test should have been removed. Any objections to removing it?
Sounds good, I can take care of it if you want. I was thinking about keeping the the one-off build and test, but removing the test on naming that expects the addition of the oneOff string to the filename. Let me know if you have any objections to that @jonathanolson.
I'm not exactly sure how that would work. It actually may make sense to have a dedicated branch for testing one-off versions (where we'd also have to modify the test).
Self-assigning myself for potentially that.
Let me know what else I can do. Test removed in https://github.com/phetsims/chipper/commit/ce66837245a794c07d662e72615c8cb606b58eff
I was getting failing tests because the name of the oneOff wasn't showing up in the name of the local chipper build:
But the build tests expect the oneOff name in the file:
assertFileExistence( assert,
../chains/build/phet/chains_${locale}_phet${oneOffSuffix}.html);
@jonathanolson for local chipper builds, are oneOffs even a thing? I only see oneOff code in perennial.