unknown %!s(int64=6) %!d(string=hai) anos
pai
achega
d3b9aca765
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      describe_log_dirs_request_test.go

+ 1 - 1
describe_log_dirs_request_test.go

@@ -6,7 +6,7 @@ var (
 	emptyDescribeLogDirsRequest = []byte{255, 255, 255, 255} // Empty array (array length -1 sent)
 	emptyDescribeLogDirsRequest = []byte{255, 255, 255, 255} // Empty array (array length -1 sent)
 	topicDescribeLogDirsRequest = []byte{
 	topicDescribeLogDirsRequest = []byte{
 		0, 0, 0, 1, // DescribeTopics array, Array length 1
 		0, 0, 0, 1, // DescribeTopics array, Array length 1
-		0, 6, // Topic name length 18
+		0, 6, // Topic name length 6
 		'r', 'a', 'n', 'd', 'o', 'm', // Topic name
 		'r', 'a', 'n', 'd', 'o', 'm', // Topic name
 		0, 0, 0, 2, // PartitionIDs int32 array, Array length 2
 		0, 0, 0, 2, // PartitionIDs int32 array, Array length 2
 		0, 0, 0, 25, // PartitionID 25
 		0, 0, 0, 25, // PartitionID 25