Skip to content
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

bf orchestrator:build incorrectly loads the lu file name and causing processing failure. #1332

Open
dawwa opened this issue Jan 19, 2022 · 0 comments
Labels
bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team.

Comments

@dawwa
Copy link

dawwa commented Jan 19, 2022

The following screenshots shows different behaviors for same command and input,
The BF CLI and node versions are all same as seen below.

bf orchestrator:build --model D:\Env1\orchestratorModels\english --luconfig D:\Env1\luConfigOrchestratorEnglish.json --debug

image

Problems
Different behaviors as seen in the screenshots below.
Appreciate if you could help to check, and at least we could understand the conditions and get a consistent behavior for our automation to rely on.

  • The log shows it is missing the lu part. e.g., the log shows Case#1 Processed MyComposerSkill.en-us vs Case#2 Processed MyComposerSkill.en-us.lu, which I suspect it's the reason.

  • The output behaviors are different
    e.g., the snapshot is written to different paths, e.g., Case#1 D:\Env1\MyComposerSkill.en-us.blu vs Case#2 D:\Env1\interruption\MyComposerSkill.en-us.lu.blu (interruption folder is the where the *.lu file locates specified in the luconfig)

Case 1
image

Case 2
image

More Context
I managed to track down to this spot, but could not figure out further what could make the code run into different path.

public static async processLuContent(

@dawwa dawwa added bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team. labels Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team.
Projects
None yet
Development

No branches or pull requests

1 participant