-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* passes autobahn test suite * undo forced library version changes * update buffer and socket library * ktlint * update ktlint and kotlin multiplatform * hopefully this fixes the build * podspec was updated * remove unnessesary null assertion * no need to publish the reports * update android, enable default tests, have websockets lib contain it's own coroutine scope * ktlint format * kick off new build. there is some podspec change, so lets see if that helps * increase timeouts * update deps, remove tvosSimulatorArm64 and the specific device for iosSimulatorArm64 tests * update ci to split ubuntu and macos fix browser tests * increase timeouts * add timeout + autobahn tests (should be ignored for now) * pass coroutine scope into autobahn tests * ignore alltypes work test * format * lower timeout and launch the writes async * launch clientEchoReadBuffer * update socket module. use macos for the android emulator runner simplify android emulator runner * undo simplification of the avd * add autobahn tests * format + bail autobahn check if directory doesn't exist * install docker on mac osx * better error messages * more useful error messages on retry * ktlint format again * ensure JS tests execute while waiting for the coroutines to complete * catch throwable for node error hopefully * increase timeouts * increase overall timeout on mocha * temporarily ignore browser tests * also ignore after test update * ok tesls pass locally except for browser, lets see how the CI takes it * ktlint format * reduce timeout * split up tests * remove logs * add command to launch docker image * add startAutobahnDockerContainer * ensure test dosnt execute if autobahn isn't running * undo some changes * ktlint format * update tests and error reporting * remove logs * dont print stack trace * simplify the hasremaining issue * maybe simplify the test runner? * increase timeout
- Loading branch information
Showing
43 changed files
with
3,038 additions
and
728 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"url": "ws://127.0.0.1:9001", | ||
"outdir": "./reports/clients", | ||
"cases": ["*"], | ||
"exclude-cases": [ | ||
"12.*", | ||
"13.*" | ||
], | ||
"exclude-agent-cases": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.