-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: Astrolabe
-
None
Summary
The .NET workload executor for Astrolabe does not pass the workload executor validation.
The validator tests that fail are:
- test_num_errors_not_captured
- test_num_failures_not_captured
All validator tests fail with an error message like
AssertionError: WorkloadExecutorError: The workload executor did not write a results.json file in the expected location
that suggests that the workload executor encountered an error and exited without writing a results.json file.
See an example failing task here.
- related to
-
DRIVERS-3044 Use per-driver HTTP services in Astrolabe instead of the unified spec test runner.
- Needs Triage