-
Notifications
You must be signed in to change notification settings - Fork 4
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
Make da Playground Project name unique with timestamp #663
Comments
GitHub ticketIn case GitHub stuff is involved with this as well.
Response
|
Our test implementation is on a dev branch/release, but is mixed in with some other experimental changes.
X of the problem: We're finding we're having some caching issues with @CaroRob's tests - tests on the same branch will use previous yml code, not updating to the newly pulled code. When a branch's code is updated in relevant ways, its tests will continue to behave as they previously had. A new branch checked out of that branch with no code changes will behave properly. Also, after a few days, the problem will disappear and the tests will behave appropriately again. [This last implies that if a Project is being cached, da does eventually clean it up.]
Possibly, through the API the Project's name gets deleted, but the Project itself doesn't get fully deleted, and pulling new code doesn't actually pull new code. That seems strange, but we don't have other guesses right now.
Y of the problem (and the purpose of this issue): We think making sure the Project name is unique will solve this. We implemented it on a dev branch/release and the problem hasn't showed up again yet. We hope that if this is indeed the problem, lingering Projects will clean themselves up - after all, the problem does disappear after a few days.
The text was updated successfully, but these errors were encountered: