-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: Testservice now deployed via Ansible #3265
Conversation
|
Datadog ReportBranch report: ✅ 0 Failed, 3303 Passed, 108 Skipped, 1m 4.16s Total Time |
|
Branch | testservice-ansible |
Testbed | ubuntu-latest |
⚠️ WARNING: No Threshold found!Without a Threshold, no Alerts will ever be generated.
Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the--ci-only-thresholds
CLI flag.
Click to view all benchmark results
Benchmark | Latency | microseconds (µs) |
---|---|---|
com.wire.kalium.benchmarks.logic.CoreLogicBenchmark.createObjectInFiles | 📈 view plot | 686.04 |
com.wire.kalium.benchmarks.logic.CoreLogicBenchmark.createObjectInMemory | 📈 view plot | 341,450.45 |
com.wire.kalium.benchmarks.persistence.MessagesNoPragmaTuneBenchmark.messageInsertionBenchmark | 📈 view plot | 1,340,489.73 |
com.wire.kalium.benchmarks.persistence.MessagesNoPragmaTuneBenchmark.queryMessagesBenchmark | 📈 view plot | 21,821.49 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3265 +/- ##
===========================================
- Coverage 54.44% 53.90% -0.55%
===========================================
Files 1271 1303 +32
Lines 37018 37404 +386
Branches 3753 3770 +17
===========================================
+ Hits 20156 20161 +5
- Misses 15445 15833 +388
+ Partials 1417 1410 -7 see 62 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
This PR will make it possible to deploy the testservice via Ansible. The jar will be build inside a docker container to make it platform independent. The important part is also that
encryptProteusStorage = true
is now used in kalium testservice in order to use core-crypto library instead of old cryptobox.