Граф коммитов

10 Коммитов

Автор SHA1 Сообщение Дата
dependabot[bot] 112638602c
Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /test/LoadGeneratorApp (#205)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/13.0.1...13.0.2)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-08 13:54:06 -08:00
Sebastian Burckhardt 0333d908f0
support implicit state deletion (#192)
* support implicit state deletion for deleted entities

* update packages
2022-09-28 14:16:53 -07:00
Sebastian Burckhardt a69551ab27
Overhaul internal layers and single-host emulation (#194)
* temp commit

* fix stuff

* update retry logic

* update tests

* rename providers to layers

* add display names for pipeline stages

* minor updates to comments and remove unnecessary usings

* temporarily disable the size checking

* edit and reorder CI pipeline for troubleshooting

* do not run replay checker on the default host fixture

* more tinkering with order of tasks in CI pipeline

* update test projects to latest runtime and packages

* remove replay checker from in-memory tests since it does not actually run anyway

* temporarily remove ConcurrentTestsFaster.EachScenarioOnce since it has demonstrated hanging

* update pipeline durations

* reenable EachScenarioOnce with fixes

* remove excessive tests
2022-09-28 13:14:01 -07:00
Sebastian Burckhardt 38b75d791f
Update tooling to latest Functions version (#190)
* Update tooling for Hello samples

* update tooling in load generator and performance tests

* remove unneded dependency on Microsoft.Azure.Functions.Extensions

* harden unit test logger
2022-08-16 11:32:21 -07:00
Sebastian Burckhardt 0fa3f4b100
update packages (#175) 2022-06-21 12:21:49 -07:00
Sebastian Burckhardt d18ba2c9d0
update package dependencies (#158) 2022-05-25 11:35:37 -07:00
Sebastian Burckhardt 2391111762
Update to 2.6.1 (#125)
* update to version 2.6.1 of the extension

* update DurableTask.Core to 2.7.0
2022-02-15 19:50:37 -08:00
Sebastian Burckhardt f542c93a01
fix warnings (#100) 2022-01-03 12:57:00 -08:00
Sebastian Burckhardt 4dd79140ee
Update to latest versions of DF and DT (#89)
* update to latest published versions

* revert update of LoggingAbstractions
2021-11-17 09:49:29 -08:00
Sebastian Burckhardt 012b50cd35
Update performance tests (#88)
* fix small errors and add some tracing in performance tests

* edit perftests

* update concurrency default

* change throughput scale for word hash

* update series, and use public access blob for gutenberg

* update bank and fanoutfanin series

* limit number of words counted in each book to allow better load balancing

* fix error and select EP2 for alt

* update wordcount definitions for EP2 and EP3

* update wordcount definition for EP1

* add load generator app
2021-11-15 12:39:53 -08:00