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

CSX Trigger tests failing #834

Closed
Charles-Gagnon opened this issue Apr 27, 2023 · 2 comments
Closed

CSX Trigger tests failing #834

Charles-Gagnon opened this issue Apr 27, 2023 · 2 comments
Assignees
Labels
bug Something isn't working trigger

Comments

@Charles-Gagnon
Copy link
Contributor

Charles-Gagnon commented Apr 27, 2023

Getting this error in our trigger tests for CSX now

[6584] [2023-04-27T07:47:34.601Z] The 'ProductsTrigger' function is in error: Microsoft.CodeAnalysis.Scripting.CompilationErrorException: Script compilation failed.

[10936] [2023-04-27T07:47:43.066Z] You may be referencing NuGet packages incorrectly. Learn more: https://go.microsoft.com/fwlink/?linkid=2091419
[10936] [2023-04-27T07:47:43.086Z] run.csx(1,7): error CS1504: Source file '../../Common/product.csx' could not be opened -- Could not find file.
[10936] [2023-04-27T07:47:43.087Z] run.csx(11,48): error CS0246: The type or namespace name 'Product' could not be found (are you missing a using directive or an assembly reference?)
[10936] [2023-04-27T07:47:43.101Z] Function compilation error
[10936] [2023-04-27T07:47:43.101Z] Microsoft.Azure.WebJobs.Script: Script compilation failed.
[10936] [2023-04-27T07:47:43.103Z] run.csx(1,7): error CS1504: Source file '../../Common/product.csx' could not be opened -- Could not find file.
[10936] [2023-04-27T07:47:43.103Z] run.csx(11,48): error CS0246: The type or namespace name 'Product' could not be found (are you missing a using directive or an assembly reference?)
@Charles-Gagnon
Copy link
Contributor Author

@MaddyDev Could you take a look? I realized that these were failing with the merge PR you did, which I thought were due to the message failure but were actually caused by this (it's the same timeout error for both).

@lucyzhang929
Copy link
Contributor

fixed by #835

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working trigger
Projects
None yet
Development

No branches or pull requests

3 participants