Ciro Spaciari
|
55c5ed3d3e
|
fix(tests) update http2 cert in tests (#11462)
|
2024-05-30 13:24:27 -07:00 |
|
Jarred Sumner
|
12bb5d03a2
|
Always propagate error in EventEmitter (#11210)
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
|
2024-05-22 16:39:42 -07:00 |
|
Georgijs
|
6e55612d36
|
fix http2 test on windows (#11236)
Co-authored-by: gvilums <gvilums@users.noreply.github.com>
|
2024-05-21 14:36:08 -07:00 |
|
Meghan Denny
|
ac6eaac403
|
test: use resource disposal to ensure servers shutdown even if tests fail (#11106)
|
2024-05-16 17:26:13 -07:00 |
|
Jarred Sumner
|
efd4e15f4c
|
Deflake http2 tests (#10682)
|
2024-04-30 13:50:30 -03:00 |
|
Dylan Conway
|
1ad6a3dfb9
|
fix(http2): fix crash in http2 tests (#9676)
* add the settings
* dont crash on unsupported settings
* add missing property
* less flaky tests
* comment
* Update test/js/node/http2/node-echo-server.fixture.js
* Update test/js/node/http2/node-http2-memory-leak.js
* Update test/js/node/http2/node-http2-memory-leak.js
---------
Co-authored-by: cirospaciari <ciro.spaciari@gmail.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-03-28 21:39:40 -07:00 |
|
Ashcon Partovi
|
8624a86eba
|
Unmark tests that are now passing on Windows
|
2024-02-08 13:42:13 -08:00 |
|
Ciro Spaciari
|
53814dda00
|
[windows] fix(http2) (#8734)
* fix win http2
* add includes
* cleanup
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2024-02-06 15:37:39 -08:00 |
|
dave caruso
|
072f2f15ea
|
ci: run windows tests and also run them concurrently (#7758)
|
2024-01-12 17:02:20 -08:00 |
|
Ciro Spaciari
|
c23579d66c
|
feat(http2) Client Support (#6761)
* init
* WIP fix post data/refactor
* make it compile again
* more things
* undo padding and continue + fix posting + update lshpack
* re-add fixes
* really simple tests + fixes
* add aborted event
* fix trailers
* add getDefaultSettings, getPackedSettings and getUnpackedSettings
* fix + fmt
* fixes
* fix enablePush o be boolean
* fix sendTrailers
* fmt
* fix goaway, fix some error messages
* oops
* revert some changes
* more reverts
* WIP
* get CMAKE building lspack + ping behavior
* remove files that should not be added anymore
* remove old out files
* remove old file
* fix header reduce
* bunch of fixes
* fix socket unref
* fix abort signal, rebase and fmt
* socket unref tests
* oops re-add cmake
* fix stream state
* more tests and fixes
* fixes and ping tests
* lshpack in Dockerfile
* just copy lshpack
* oops
* fix end
* wantTrailers
* encode/decode fixes + grpc
* channel credentials test
* rebase
* support h2c
* fix h2c
* fix h2c connect event + h2c tests
* 'copy ls-hpack
* ls-hpack build sh
* oops
* changing CMake + Docker
* add ps1 build for ls-hpack fix clean
* optimizations + fixes
* remove protect/unprotect from handlers
* more consistent errors
* fix error code
* oops
* add goaway tests
* oops uncoment tests
* better errors more tests
* add broken priority frame
* better memory leak, some fixes and less flask tests
* zig update .Big -> .big
* closer threshold + h2 fix
* remove log
* test should not be flask
* increase timeout on leak memory test
* windows build
* less flasky
* always 127.0.0.1
* [autofix.ci] apply automated fixes
* remove .call and use primordials
* apply socket fix
* fix win-build
* should properly mark inactive
* postgres fix
* increase deadline
* test tests
* high light deadline timeouts
* event loop test
* make memory leak test faster
* use buffer on payload test
* check for socket.data before use
* reduce iterations to see if timeout on mac intel
* fix assertions
* avoid localhost and simplify things
* refactor memory leak test
* Update src/js/node/tls.js
* fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: cirospaciari <ciro.spaciai@gmail.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2023-11-17 18:14:54 -08:00 |
|