Skip to content

Addressing review comments#1171

Merged
jatinwadhwa921 merged 1 commit into
ovep-developfrom
jatin_fix_workload_type
Jun 30, 2026
Merged

Addressing review comments#1171
jatinwadhwa921 merged 1 commit into
ovep-developfrom
jatin_fix_workload_type

Conversation

@jatinwadhwa921

Copy link
Copy Markdown

No description provided.

@jatinwadhwa921 jatinwadhwa921 requested a review from ankitm3k June 29, 2026 04:55

@ankitm3k ankitm3k left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

basically the sleep duration its too high 200 msec we need to avoid the same when gtest_skip is called. rectify the same

@jatinwadhwa921 jatinwadhwa921 force-pushed the jatin_fix_workload_type branch 2 times, most recently from 1ca072f to 0dff73a Compare June 29, 2026 16:18
// NPU resources were acquired and the sleep would only add build latency.
void TearDown() override {
std::this_thread::sleep_for(std::chrono::milliseconds(200));
if (IsSkipped()) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

where is this stray function location can find it?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

IsSkipped() is inherited from GoogleTest's ::testing::Test base class

@ankitm3k ankitm3k left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

check comments

@ankitm3k ankitm3k left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

lgtm

@jatinwadhwa921 jatinwadhwa921 force-pushed the jatin_fix_workload_type branch from 0dff73a to 4e611af Compare June 30, 2026 07:20
@jatinwadhwa921 jatinwadhwa921 merged commit 1e69e3e into ovep-develop Jun 30, 2026
7 of 8 checks passed
jatinwadhwa921 added a commit that referenced this pull request Jun 30, 2026
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