You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an existing test class called MyExt_Test.cls. When watching with dmc watch, the tooling api attempts to deploy this file but it fails to match it's id and throws a duplicates value on record error.
This issue doesn't happen if you watch while forcing the deploy with the metadata api (i.e. dmc watch --meta)
[dmc] using org: asdev36 (default)
[dmc] now watching 1016 files
[dmc] file changed: src/classes/MyExt_Test.cls
[dmc] searching forlocal metadata
[dmc] deploying 1 metadata files
[dmc] deploy mode: dynamic
[dmc] deploy api: tooling
[dmc] loading related metadata ids
[dmc] loaded 0 ids
[dmc] creating stub files
[dmc] [create] ApexClass::MyExt_Test
[err] duplicate value found: <unknown> duplicates value on record with id: <unknown>
[err] deploy failed: re-watching files
The text was updated successfully, but these errors were encountered:
I have an existing test class called MyExt_Test.cls. When watching with
dmc watch
, the tooling api attempts to deploy this file but it fails to match it'sid
and throws aduplicates value on record
error.This issue doesn't happen if you watch while forcing the deploy with the metadata api (i.e.
dmc watch --meta
)The text was updated successfully, but these errors were encountered: