Skip to content

[uss_qualifier] Fix notification index checks - #1651

Merged
barroco merged 3 commits into
interuss:mainfrom
BenjaminPelletier:fix-notification-index-checks
Aug 20, 2026
Merged

[uss_qualifier] Fix notification index checks#1651
barroco merged 3 commits into
interuss:mainfrom
BenjaminPelletier:fix-notification-index-checks

Conversation

@BenjaminPelletier

Copy link
Copy Markdown
Member

This PR removes uss_qualifier checks that overly constrain DSS implementation beyond what the requirements they are based on actually require. Specifically, this PR targets the expectation that the initial notification_index value should be 0 as this is not supported by the associated requirements.

This partially addresses #1650. I tested the new behavior by adding the lines below to test_docker_fully_mocked.sh (what is used in the CI to run monitoring tests), but that change cannot be directly included in this PR as this PR does not fully resolve #1650 so some checks still fail in that configuration.

export DSS_IMAGE="${DSS_IMAGE:-interuss/dss:v0.23.0-rc4}"
export CORE_SERVICE_EXTRA_FLAGS="${CORE_SERVICE_EXTRA_FLAGS:---enable_time_based_notification_index}"

@barroco
barroco merged commit 5a25177 into interuss:main Aug 20, 2026
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Notification index checks are too strict

2 participants