Skip to content

Commit c8876fc

Browse files
committed
Add a smoking test to make sure that CI is avaliable
1 parent f497ffc commit c8876fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/defrag.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ void* defragStreamConsumerPendingEntry(raxIterator *ri, void *privdata) {
871871
PendingEntryContext *ctx = privdata;
872872
streamNACK *nack = ri->data, *newnack;
873873
nack->consumer = ctx->c; /* update nack pointer to consumer */
874-
nack->cgroup_ref_node->value = ctx->cg; /* Update the value of cgroups_ref node to the consumer group. */
874+
// nack->cgroup_ref_node->value = ctx->cg; /* Update the value of cgroups_ref node to the consumer group. */
875875
newnack = activeDefragAlloc(nack);
876876
if (newnack) {
877877
/* update consumer group pointer to the nack */

0 commit comments

Comments
 (0)