Skip to content

Commit

Permalink
fix bad global tag
Browse files Browse the repository at this point in the history
Signed-off-by: Ran Shidlansik <[email protected]>
  • Loading branch information
ranshid committed Dec 10, 2024
1 parent 5a836a1 commit cb1b2ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/support/server.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ proc tags_acceptable {tags err_return} {
return 0
}

if {$::force_defrag && [lsearch $tags "debug_defrag:skip"] >= 0} {
if {$::debug_defrag && [lsearch $tags "debug_defrag:skip"] >= 0} {
set err "Not supported on server compiled with DEBUG_FORCE_DEFRAG option"
return 0
}
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/info.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ proc latency_percentiles_usec {cmd} {
return [latencyrstat_percentiles $cmd r]
}

start_server {tags {"info" "external:skip" "force_defrag:skip"}} {
start_server {tags {"info" "external:skip" "debug_defrag:skip"}} {
start_server {} {

test {latencystats: disable/enable} {
Expand Down

0 comments on commit cb1b2ce

Please sign in to comment.