Skip to content

feat(icm): ICM-AS KPI-Exporter Integration (#100553) #1129

feat(icm): ICM-AS KPI-Exporter Integration (#100553)

feat(icm): ICM-AS KPI-Exporter Integration (#100553) #1129

GitHub Actions / Test Results failed Dec 3, 2024 in 0s

1 fail, 171 pass in 1s

  1 files  ±0   34 suites  ±0   1s ⏱️ ±0s
172 tests ±0  171 ✅  - 1  0 💤 ±0  1 ❌ +1 
173 runs  ±0  172 ✅  - 1  0 💤 ±0  1 ❌ +1 

Results for commit 33125ac. ± Comparison against earlier commit 06fcea1.

Annotations

Check warning on line 0 in tests correctness of kpi exporter section

See this annotation in the file changed.

@github-actions github-actions / Test Results

should set azure functions key secret key ref correctly (tests correctness of kpi exporter section) failed

charts/icm-as/tests/__results__/junit.xml [took 0s]
Raw output
Failed
		 - asserts[0] `contains` fail 
			 Template:	icm-as/templates/kpi-exporter-cronjob.yaml 
			 DocumentIndex:	0 
			 Path:	spec.jobTemplate.spec.template.spec.containers[0].env 
			 Expected to contain: 
			 	- name: AZURE_FUNCTIONS_KEY 
			 	  valueFrom: 
			 	    secretKeyRef: 
			 	      key: test-secret-key 
			 	      name: test-secret-name 
			 Actual: 
			 	- name: QUARKUS_DATASOURCE_JDBC_URL 
			 	  value: jdbc:sqlserver://<ipaddress or hostname>:1433;databaseName=intershop;TrustServerCertificate=True; 
			 	- name: QUARKUS_DATASOURCE_USERNAME 
			 	  value: intershop 
			 	- name: QUARKUS_DATASOURCE_PASSWORD 
			 	  value: intershop 
			 	- name: ENVIRONMENT_TYPE 
			 	  value: prd 
			 	- name: CUSTOMER_ID 
			 	  value: n_a 
			 	- name: AZURE_FUNCTIONS_KEY 
			 	  valueFrom: 
			 	    secretKeyRef: 
			 	      key: <intershop-prd-azure-functions-key-feature-usage-secret-key> 
			 	      name: <intershop-prd-azure-functions-key-feature-usage-secret-name> 
			 	- name: AZURE_FUNCTIONS_KEY_REVENUE 
			 	  valueFrom: 
			 	    secretKeyRef: 
			 	      key: <intershop-prd-azure-functions-key-revenue-report-secret-key> 
			 	      name: <intershop-prd-azure-functions-key-revenue-report-secret-name> 
			 	- name: ENVIRONMENT_TYPE_REQUIREMENT_IGNORED 
			 	  value: "false" 
			 	- name: INITIAL_EXPORT_ENABLED 
			 	  value: "false" 
			 	- name: ENABLE_DRY_RUN 
			 	  value: "false"