Thanks to visit codestin.com
Credit goes to github.com

Skip to content

enh(tests): add unit test cases to concurrent group#34626

Open
tomchon wants to merge 5 commits intomainfrom
enh/some-unit-test
Open

enh(tests): add unit test cases to concurrent group#34626
tomchon wants to merge 5 commits intomainfrom
enh/some-unit-test

Conversation

@tomchon
Copy link
Contributor

@tomchon tomchon commented Feb 28, 2026

@tomchon tomchon requested a review from a team as a code owner February 28, 2026 03:35
Copilot AI review requested due to automatic review settings February 28, 2026 03:35
@gemini-code-assist
Copy link
Contributor

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the UnitTest case runner script to shift more unit tests into the concurrent ctest execution group, reducing reliance on manual binary invocations.

Changes:

  • Shrinks the ctest -E exclusion list so more tests run under ctest -j8.
  • Removes several manual test binary executions that were previously run outside of ctest.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI review requested due to automatic review settings February 28, 2026 09:24
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI review requested due to automatic review settings March 1, 2026 13:27
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

# Run ctest and capture output and return code
ctest_output="unit-test.log"
ctest -E "cunit_test|pcre*|example*|clientTest|connectOptionsTest|stmtTest|stmt2Test|tssTest|tmqTest|catalogTest|taoscTest" -j8 2>&1 | tee "$ctest_output"
ctest -E "cunit_test|pcre*|example*|clientTest|connectOptionsTest|tmqTest|taoscTest" -j8 2>&1 | tee "$ctest_output"
Copy link

Copilot AI Mar 1, 2026

Choose a reason for hiding this comment

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

tmqTest is still excluded from the ctest run (-E), but the explicit build/bin/tmqTest invocation was removed below. This means tmqTest no longer runs at all from this script. Either remove tmqTest from the -E exclude list so it runs under ctest, or add back a dedicated build/bin/tmqTest execution after ctest (and keep it excluded).

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants