Skip to content

feat(execution): Implement execution layer for test management#14

Merged
devanshjainms merged 1 commit intoschedulerfrom
scheduler-temp
Jan 26, 2026
Merged

feat(execution): Implement execution layer for test management#14
devanshjainms merged 1 commit intoschedulerfrom
scheduler-temp

Conversation

@devanshjainms
Copy link
Copy Markdown
Owner

No description provided.

@devanshjainms devanshjainms merged commit 71f3bbb into scheduler Jan 26, 2026
3 of 6 checks passed
Comment thread deploy/Dockerfile
@@ -0,0 +1,36 @@
# Copyright (c) Microsoft Corporation.

Check failure

Code scanning / Trivy

Image user should not be 'root' High

Artifact: deploy/Dockerfile
Type: dockerfile
Vulnerability DS002
Severity: HIGH
Message: Specify at least 1 USER command in Dockerfile with non-root user as argument
Link: DS002
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5bd46c174b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread deploy/docker-compose.yml
Comment on lines +22 to +23
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000/health"]
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Point healthcheck at /healthz

The compose healthcheck hits /health, but the API only registers /healthz in src/api/routes/health.py. With curl -f, this will return 404 and mark the container unhealthy even when the service is up, causing false negatives and potential restarts in Docker Compose deployments.

Useful? React with 👍 / 👎.

Comment thread src/vars/input-api.yaml
Comment on lines 289 to +290
- name: get_hana_clone_resource_id
SUSE: "cibadmin --query --xpath \"//primitive[@type='SAPHana']\" --node-path | grep -oP \"master\\[@id='\\K[^']+\""
SUSE: "cibadmin --query --xpath \"//primitive[@type='SAPHana']\" --node-path | grep -oP \"primtive\\[@id='\\K[^']+\""
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Fix typo in SUSE clone resource grep

The SUSE command for get_hana_clone_resource_id uses primtive in the grep regex, which won’t match the primitive[@id=...] nodes. On SUSE systems this will yield an empty clone resource ID, breaking the HANA DB HA test flow that depends on it.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants