Resolve Boring App Race Condition (#15324)
This commit is contained in:
parent
0f9156374d
commit
d1263f5d74
|
@ -10,6 +10,7 @@ on:
|
||||||
- ".github/workflows/ci-app-tests.yml"
|
- ".github/workflows/ci-app-tests.yml"
|
||||||
- "src/lightning_app/**"
|
- "src/lightning_app/**"
|
||||||
- "tests/tests_app/**"
|
- "tests/tests_app/**"
|
||||||
|
- "tests/tests_app_examples/**"
|
||||||
- "requirements/app/**"
|
- "requirements/app/**"
|
||||||
- "setup.py"
|
- "setup.py"
|
||||||
- ".actions/**"
|
- ".actions/**"
|
||||||
|
|
|
@ -34,5 +34,5 @@ def test_boring_app_example_cloud() -> None:
|
||||||
|
|
||||||
assert result.exit_code == 0
|
assert result.exit_code == 0
|
||||||
assert result.exception is None
|
assert result.exception is None
|
||||||
assert any("http://0.0.0.0:1111" in line for line in lines)
|
assert any("--filepath=/content/.storage/boring_file.txt" in line for line in lines)
|
||||||
print("Succeeded App!")
|
print("Succeeded App!")
|
||||||
|
|
Loading…
Reference in New Issue