forked from quic-go/quic-go
implement qlog JSONSEQ format, bump qlog version (#4609)
This commit is contained in:
@@ -78,9 +78,10 @@ var _ = Describe("qlog dir tests", Serial, func() {
|
||||
Expect(len(childs)).To(Equal(2))
|
||||
odcids := make([]string, 0)
|
||||
vantagePoints := make([]string, 0)
|
||||
qlogFileNameRegexp := regexp.MustCompile(`^([0-f]+)_(client|server).qlog$`)
|
||||
qlogFileNameRegexp := regexp.MustCompile(`^([0-f]+)_(client|server).sqlog$`)
|
||||
for _, child := range childs {
|
||||
matches := qlogFileNameRegexp.FindStringSubmatch(child.Name())
|
||||
Expect(matches).To(HaveLen(3))
|
||||
odcids = append(odcids, matches[1])
|
||||
vantagePoints = append(vantagePoints, matches[2])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user