We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb76891 commit 2f03d13Copy full SHA for 2f03d13
internal/chunk/backend/dbase/repository/dbmessage_test.go
@@ -854,7 +854,7 @@ func Test_messageRepository_CountUnfinished(t *testing.T) {
854
}
855
},
856
want: 0,
857
- wantErr: true, // no rows in the result set
+ wantErr: true, // no rows in the result set. Set will be empty until there's a "final" message chunk for the channel.
858
859
{
860
name: "channel with no threads #533, finished",
@@ -879,7 +879,7 @@ func Test_messageRepository_CountUnfinished(t *testing.T) {
879
880
881
882
- wantErr: false, // no rows in the result set
+ wantErr: false,
883
884
885
for _, tt := range tests {
0 commit comments