-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[CAPPL-399] Syncer limits #16234
base: develop
Are you sure you want to change the base?
[CAPPL-399] Syncer limits #16234
Conversation
Quality Gate failedFailed conditions See analysis details on SonarQube Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
AER Report: CI Coreaer_workflow , commit , Detect Changes , Clean Go Tidy & Generate , Scheduled Run Frequency , Core Tests (go_core_tests) , GolangCI Lint (.) , Core Tests (go_core_tests_integration) , Core Tests (go_core_ccip_deployment_tests) , Core Tests (go_core_fuzz) , Core Tests (go_core_race_tests) , test-scripts , lint , SonarQube Scan 1. Test output mismatch: go_core_tests_integrationSource of Error:--- stdout
+++ out.txt
@@ -305,8 +305,6 @@
MaxBinarySize = '20.00mb'
MaxEncryptedSecretsSize = '26.40kb'
MaxConfigSize = '50.00kb'
-GlobalCountLimit = 0
-WorkflowsPerOwnerLimit = 0 Suggested fix: Ensure that the configuration output includes the 2. Multiple commands with --config or --secrets flags: go_core_tests_integrationSource of Error:
Suggested fix: Combine the commands that use 3. Error return value not checked: GolangCI Lint (.)Source of Error:
Suggested fix: Add error handling for the 4. Integer overflow conversion uint -> int: GolangCI Lint (.)Source of Error:
Suggested fix: Ensure that the conversion from 5. Integer overflow conversion uint -> int: GolangCI Lint (.)Source of Error:
Suggested fix: Ensure that the conversion from 6. Ineffectual assignment to err: GolangCI Lint (.)Source of Error:
Suggested fix: Either use the 7. Test output mismatch: go_core_testsSource of Error:--- Expected
+++ Actual
@@ -286,2 +286,4 @@
MaxConfigSize = '50.00kb'
+GlobalCountLimit = 0
+WorkflowsPerOwnerLimit = 0 Suggested fix: Update the expected output to include the 8. Test output mismatch: TestResolver_ConfigV2Source of Error:
Suggested fix: Update the expected output to include the additional configuration parameters present in the actual output. |
Description
This pr adds the following limits:
CAPPL-399
Requires
Supports