Skip to content

layers: Remove QueueSubmissionValidator#12072

Merged
artem-lunarg merged 1 commit intoKhronosGroup:mainfrom
artem-lunarg:artem-move-timeline-validation
Apr 10, 2026
Merged

layers: Remove QueueSubmissionValidator#12072
artem-lunarg merged 1 commit intoKhronosGroup:mainfrom
artem-lunarg:artem-move-timeline-validation

Conversation

@artem-lunarg
Copy link
Copy Markdown
Contributor

Move timeline signal validation from QueueSubmissionValidator to SubmitTimeTracker.
Remove QueueSubmissionValidator.

Move timeline signal validation from QueueSubmissionValidator to
SubmitTimeTracker and remove QueueSubmissionValidator
@ci-tester-lunarg
Copy link
Copy Markdown
Collaborator

CI Vulkan-ValidationLayers build queued with queue ID 704664.

@ci-tester-lunarg
Copy link
Copy Markdown
Collaborator

CI Vulkan-ValidationLayers build # 23101 running.

skip |= submit_time_tracker.ProcessSubmitInfo(submit, queue, submit_loc);
// Run submit time validation only if skip is not set. This is mostly for vvl testing,
// some tests expect that submit state is not updated if regular validation fails
if (!skip) {
Copy link
Copy Markdown
Contributor Author

@artem-lunarg artem-lunarg Apr 10, 2026

Choose a reason for hiding this comment

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

Found more tests that rely on submit state is not updated in case of errors. The tests look fine, implement some non-trivial synchronization sequence, so don't want to change them. Instead experimenting with not running submit time validation if there are previous errors.

In theory we could split tests like NegativeSyncObject.QueueSubmitTimelineSemaphoreValue into smaller parts, but convoluted sync sequences might be useful for testing. Splitting can be considered as alternative if we have more issues.

@artem-lunarg artem-lunarg marked this pull request as ready for review April 10, 2026 16:56
@artem-lunarg artem-lunarg requested a review from a team as a code owner April 10, 2026 16:56
Copy link
Copy Markdown
Contributor

@spencer-lunarg spencer-lunarg left a comment

Choose a reason for hiding this comment

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

seems logical, see if CI is happy as well

@artem-lunarg
Copy link
Copy Markdown
Contributor Author

Mac-M4 Debug can't clone, everything else works.

@artem-lunarg artem-lunarg merged commit a0ae5ff into KhronosGroup:main Apr 10, 2026
19 of 20 checks passed
@artem-lunarg artem-lunarg deleted the artem-move-timeline-validation branch April 10, 2026 17:36
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.

3 participants