-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
more e2e tests #112
more e2e tests #112
Conversation
…fault e2e test for with/without fec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! One small comment, not even related to PR itself.
roc/e2e_test.go
Outdated
samplesCnt := 100 | ||
testSamples := generateTestSamples(samplesCnt) | ||
|
||
var interval = time.Second / time.Duration(44100/samplesCnt) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Let's use sample rate from config, instead of 44100?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done!
bdec9e1
to
98d9865
Compare
98d9865
to
f22a239
Compare
@gavv Could you have a look? fixed the discussion and set go-version to 1.20 instead of the latest because our ci pipeline fails with new go 1.21, see https://github.com/roc-streaming/roc-go/actions/runs/6067814352 I will create a separate issue for that Btw, need to use '1.20' as go version for action instead of 1.20, because 1.20 is treated as 1.2 actions/setup-go#326 (comment) |
Thanks! Damn, it was float! |
add e2e TestEnd2End_Blocking for ClockInternal clock source; split default e2e test for with/without fec
#102 #104