-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
h2spec tracking (80 passed, 14 failed) #44
Comments
I'm gonna update this comment with the latest results: 2023-01-21:
(What's neat is that, as tests get fixed, the suite gets faster, since most failures do a 1-second timeout) edit: The test results are now tracked in CI, I'm editing the issue title now and then. |
Since |
Updated today, somehow we went from 67 passed to 72 passed, which is surprising because I don't remember specifically working on making more tests pass (I was about to)! but oh well. The failing tests can be seen here: https://github.com/hapsoc/fluke/runs/17335784679 (until the artifact expires I guess) |
The number of passing tests has regressed after refactorings, but that should be short-lived. |
Yup, just bumped from 62 to 79, which is 6 better than before the refactor :) Still some low-hanging fruits, the next big task after that is flow control, but due to the refactor, this should be nice and lock-free. |
Closing in favor of #175. |
Ran h2spec today, with:
h2spec -p 8888 -o 1 (cut) Finished in 49.2419 seconds 146 tests, 70 passed, 1 skipped, 75 failed
Even with a super naive implementation that fails to check for a lot of preconditions / stubs large parts of the spec, we're already off to a good start!
The text was updated successfully, but these errors were encountered: