Commit Graph

17 Commits

Author SHA1 Message Date
Piotr Galar e5e32c7c0a
chore: parameterise s3 build cache setup (#465)
* chore: parameterise s3 build cache setup

* Apply suggestions from code review

Co-authored-by: Alex Potsides <alex@achingbrain.net>

* fix: cache load/push

* chore: pass creds when reading cache

* fix: interact with aws only using the CLI

* Update transport-interop.yml

---------

Co-authored-by: Alex Potsides <alex@achingbrain.net>
2024-09-11 10:01:42 +02:00
github-actions[bot] 3123632877
chore: add go-libp2p@v0.36.0 to transport-interop (#440)
Co-authored-by: galargh <galargh@users.noreply.github.com>
2024-08-19 15:36:10 -07:00
github-actions[bot] 5210452aef
chore: add go-libp2p@v0.34.0 to transport-interop (#363)
* chore: add go-libp2p@v0.34.0 to transport-interop

* Add webtransport back in

* chore: add go-libp2p@v0.35.0 to transport-interop

* Remove go-libp2p versions < 0.33

---------

Co-authored-by: galargh <galargh@users.noreply.github.com>
Co-authored-by: Marco Munizaga <marco@marcopolo.io>
Co-authored-by: Marco Munizaga <git@marcopolo.io>
2024-06-11 17:23:18 -07:00
Alex Potsides fb99e690a6
fix: add js tests to this repo (#365)
Trying to debug these tests in CI is incredibly difficult and since they depend on older versions of previously published modules, if something breaks due to a bug in released code it's very hard to fix it.

Instead follow the pattern in the perf tests and include the full test implementations here.
2024-06-06 10:53:35 +01:00
github-actions[bot] f25059fc3e
chore: add js-libp2p@v1.3.0 to transport-interop (#359)
* chore: add js-libp2p@v1.3.0 to transport-interop

* chore: add js-libp2p@v1.4.0 to transport-interop

* chore: add js-libp2p@v1.5.0 to transport-interop

* chore: add js-libp2p@v1.6.0 to transport-interop

* Update js-libp2p versions

* Buster has openssl 1.1 still

* Filter only js v1.6 for debugging

* Try emitting only

* Print docker version

* Attempt to patch tests

* Undo changes in .github

* Buster not needed apparently

---------

Co-authored-by: galargh <galargh@users.noreply.github.com>
Co-authored-by: Marco Munizaga <git@marcopolo.io>
Co-authored-by: Marco Munizaga <marco@marcopolo.io>
2024-05-22 17:53:31 -07:00
Marco Munizaga 7a24227e5e
Prepare for breaking change in webtransport-go (#362) 2024-05-15 20:14:56 -07:00
Alex Potsides fd59ed70fa
fix: handle multiple strings that look like they might be JSON (#361)
The test output can have occurrences of `{` that aren't the string we are looking for, eg:

```
dialer-1    | test browser
dialer-1    | [JavaScript Error: "Clear-Site-Data header found. Unknown value “"cache"”." {file: "http://127.0.0.1:34451/" line: 0}]
dialer-1    | [JavaScript Error: "Clear-Site-Data header forced the clean up of “cookies” data." {file: "http://127.0.0.1:34451/" line: 0}]
dialer-1    | [JavaScript Error: "Clear-Site-Data header forced the clean up of “storage” data." {file: "http://127.0.0.1:34451/" line: 0}]
```

These fail to parse so improve the results parsing by:

1. Try parsing every instance of `{...}` in the output, not just the first
2. Test the output for the `handshakePlusOneRTTMillis` and `pingRTTMilllis` keys
2024-05-07 11:10:40 +01:00
Piotr Galar ed111cdc25
feat: add new implementation versions (go, js, rust) (#349)
* feat: add new implementation versions (go)

* ci: generalise adding new implementation versions

* ci: automate new version addition for rust-libp2p and js-libp2p
2024-03-26 17:13:03 +00:00
Sukun 5bfec5ffde
chore: add go-libp2p v0.32 and v0.33 (#346) 2024-02-23 20:35:36 +05:30
diegomrsantos 0e5bf85a1a
chore(interop): update to nim 1.6.16 (#344) 2024-01-25 11:40:31 -08:00
Thomas Eizinger eb6bf67d30
deps(transport-interop): add `v0.53` release of `rust-libp2p` (#326) 2024-01-25 11:55:33 +11:00
Thomas Eizinger d1d9e18430
fix: update rust-v0.52 hash to fix build error (#342) 2024-01-25 07:47:42 +11:00
Chad Nehemiah b9aa2a53ca
feat: re-introduce webRTC tests (#310) 2023-11-15 18:42:53 +11:00
Chad Nehemiah 6d4c701f27
chore(transport-interop): add js-libp2p v0.46.21 (#305)
Also upgrade the dependencies
2023-11-14 19:34:52 +00:00
kevodwyer 189496f182
feat(interop): add java-v0.6 (#323) 2023-11-08 15:33:43 +01:00
Thomas Eizinger b59ed7498c
feat(rust-libp2p): update to latest v0.52 patch release (#313) 2023-10-24 10:43:09 +02:00
Thomas Eizinger 6ab15df0ec
Rename `multidim-interop` to `transport-interop` (#308) 2023-10-05 14:12:39 +11:00