-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
specificTestClasses is added incorrectly to EmailServicesFunction #830
Comments
Hi @bhushanpuri1991 ! Thanks for raising this issue and thanks for contributing in making this project better! Could you provide the output of this commande please ? $ git diff --name-status --no-renames HEAD^ HEAD I suspect a file named
|
Hi @scolladon, @bhushanpuri1991 Same for me in project. Was working fine on friday 11 Apr issue: unexpected EmailServicesFunction:abc-123-package added/generated in manifest file:
expected:
Not sure exactly what wrong. But newest delta was picking file outside force-app/ Temporary Resolution: Thanks |
Yes @Enszula, you're right, everything was working fine past friday. I moved the The issue you have is the result of a feature introduced in I'll ship a fix tomorrow to only detect this type using the folder and not the file type as the suffix is not specific enough. Stay tuned. |
Yep spotted this crop up over the last few days ourselves. Look forward to seeing a fix tomorrow. |
Faced the same issue, the files from Manifest folder are getting included in the package.xml as EmailServicesFunction. Added the --source ./force-app parameter to the command, it fixed the above issue, but for me it's still including the force-app folder as Experience Bundle now Edit - Downgrading the version worked for me. |
Hi @Sero030, the issue with the force-app folder requires a different fix than for Could you provide the result of this command please : $ git diff --name-status --no-renames <from> <to> I suspect there are files in the force-app folder that are not metadata (like |
Ran the above command, Can't list all the files, but these are the additional files other than required metadata files I can see -
But all these files I have checked in the branch are out of force-app folder. Also the pipeline was working without any issues till last Thursday. When I used the same commit as last successful deployment today, it fails with this issue. |
Thanks @Sero030, I explained why you have this issue since monday in this post. Could you give me access to the repository and give me instructions to reproduce please ? |
Shipped in release $ sfdx plugins:install sfdx-git-delta@latest-rc
$ sfdx plugins:install sfdx-git-delta@v5.38.3 Happy incremental deployment! |
@scolladon, sadly, a similar issue happens with Readme.md and Custom Metadata. See the package.xml below:
|
Thanks for logging it @bhushanpuri1991 |
@scolladon, Many thanks. |
I hope you'll find all the information you need here @bhushanpuri1991 :) |
Shipped in release $ sfdx plugins:install sfdx-git-delta@latest-rc
$ sfdx plugins:install sfdx-git-delta@v5.39.1 Happy incremental deployment! |
Issue verification check:
What is the problem?
When running
sfdx sgd:source:delta --to HEAD --from HEAD^ --output . --ignore .gitignore
, the output package.xml includes specificTestClasses as member of EmailServicesFunction.This happens with
5.35.0
&latest-rc
but NOT with5.30.0
What is the parameter and the value you used with it?
What is the expected result?
As there was no change on EmailServicesFunction, the following should have not appeared:
What is the actual result?
Steps to reproduce
Execution context
Operating System: … Linux (build)
yarn version: … 1.22.22
node version: … 20.12.1
git version: … 2.43.2
sfdx version: … sfdx-cli@7.209.6
sgd plugin version: … Multiple (refer details above)
More information (optional)
The text was updated successfully, but these errors were encountered: