Closed shreyas-goenka closed 4 days ago
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:
Trigger: go/deco-tests-run/cli
Inputs:
d38060214e70dd6b210f90b7b4c93b5eaffe109e
Checks will be approved automatically on success.
Test Details: go/deco-tests/11895948996
Changes
The workspace extensions filer should not read or stat a notebook called
foo
if the user calls.Stat(ctx, "foo")
.Instead, the filer should return a file not found error. This is because the contract for the workspace extensions filer is to only work for notebooks when the file path / name includes the extension (example:
foo.ipynb
orfoo.sql
instead of justfoo
)Tests
Integration tests.