Skip to content

Commit

Permalink
Revert part of MariaDB#589 - cursor protocol tests on Last-N
Browse files Browse the repository at this point in the history
We need to merge MariaDB#585 to Production, which will enable the cursor tests on x86-debian-12-fulltest
After the cursor tests are Stable we can enable them on the protected branches builder last-N-failed.
  • Loading branch information
RazvanLiviuVarzaru authored and grooverdan committed Nov 14, 2024
1 parent 6c2efc5 commit 671a115
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common_factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,13 +475,12 @@ def getTests(props):
config = {
"nm": {
"args": ("RelWithDebInfo", "-DWITH_EMBEDDED_SERVER=ON"),
"steps": ("nm", "cursor", "ps", "emb", "emb-ps", "view"),
"steps": ("nm", "ps", "emb", "emb-ps", "view"),
},
"debug": {
"args": ("Debug", "-DWITH_EMBEDDED_SERVER=ON"),
"steps": (
"debug",
"debug-cursor",
"debug-ps",
"debug-emb",
"debug-emb-ps",
Expand Down

0 comments on commit 671a115

Please sign in to comment.