mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 01:42:37 +08:00
Fix TEST
macro comment
Co-authored-by: A.J. Beamon <aj.beamon@snowflake.com>
This commit is contained in:
parent
0726832e80
commit
be57fd5b26
@ -27,7 +27,7 @@ TransactionTagCounter::TransactionTagCounter(UID thisServerID)
|
||||
|
||||
void TransactionTagCounter::addRequest(Optional<TagSet> const& tags, int64_t bytes) {
|
||||
if (tags.present()) {
|
||||
TEST(true); // Tracking tag on storage server
|
||||
TEST(true); // Tracking transaction tag in counter
|
||||
double cost = costFunction(bytes);
|
||||
for (auto& tag : tags.get()) {
|
||||
int64_t& count = intervalCounts[TransactionTag(tag, tags.get().getArena())];
|
||||
|
Loading…
x
Reference in New Issue
Block a user