Commit 85537b5
authored
Downgrade load git info failure to info logs (#3499)
## Why
The warnings leak into the acceptance tests' output when the tests are
run on the workspace file system. This warning is not expected to show
up if the tests were run on Git folders instead.
While some integration tests will need to be run on Git Folders, the
plan is to run integration tests on the workspace file system by
default. This is because Git folders are:
1. Slightly complex and time-consuming to set up (they need to be backed
by a real repository).
2. Historically, the repos API has been a source of flakiness.
3. Repos functionality is unnecessary for most integration test
assertions we perform in our acceptance tests. The only place it is
relevant is when loading Git metadata. I plan to create a separate test
for that.1 parent 3fd8376 commit 85537b5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments