11 Commits

Author SHA1 Message Date
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