Functional test assets do not re-publish in VS inner loop
Open
affected-very-few
area-networking
severity-nice-to-have
task
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 281
Description
A recent build change modified functional test assets like `src/Servers/testassets/ServerComparison.TestSites` to publish as part of the build. This is working well for CI, but it doesn't work for inner-loop development.
Repro:
1. run src/Servers/build.cmd
1. Open src/Servers/FunctionalTests.sln in VS.
1. Run the tests
1. Edit the test site such that the test should fail and run the tests again. Your changes will not be applied.
This makes debugging and updating the test assets difficult in the inner dev loop.
@jkotalik
Contributor guide
Assessment
This issue has not been assessed yet.