Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion acceptance/selftest/diff/out_dir_a/output.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Hello!
Hello! 🚀
{
"id": "[USERID]",
"userName": "[USERNAME]"
Expand Down
2 changes: 1 addition & 1 deletion acceptance/selftest/diff/out_dir_b/output.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Hello!
Hello! 🚀
{
"id": "[UUID]",
"userName": "[USERNAME]"
Expand Down
6 changes: 3 additions & 3 deletions acceptance/selftest/diff/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Only in out_dir_b: only_in_b
--- out_dir_a/output.txt
+++ out_dir_b/output.txt
@@ -1,5 +1,5 @@
Hello!
Hello! 🚀
{
- "id": "[USERID]",
+ "id": "[UUID]",
Expand All @@ -18,7 +18,7 @@ Only in ../out_dir_b: only_in_b
--- output.txt
+++ ../out_dir_b/output.txt
@@ -1,5 +1,5 @@
Hello!
Hello! 🚀
{
- "id": "[USERID]",
+ "id": "[UUID]",
Expand All @@ -29,7 +29,7 @@ Only in ../out_dir_b: only_in_b
--- out_dir_a/output.txt
+++ out_dir_b/output.txt
@@ -1,5 +1,5 @@
Hello!
Hello! 🚀
{
- "id": "[USERID]",
+ "id": "[UUID]",
Expand Down
4 changes: 2 additions & 2 deletions acceptance/selftest/diff/script
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ mkdir out_dir_b
touch out_dir_a/only_in_a
touch out_dir_b/only_in_b

echo Hello! >> out_dir_a/output.txt
echo Hello! >> out_dir_b/output.txt
echo "Hello! 🚀" >> out_dir_a/output.txt
echo "Hello! 🚀" >> out_dir_b/output.txt

curl -s $DATABRICKS_HOST/api/2.0/preview/scim/v2/Me >> out_dir_a/output.txt
printf "\n\nFooter\n" >> out_dir_a/output.txt
Expand Down
1 change: 1 addition & 0 deletions acceptance/test.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ TimeoutCloud = '25m'

Env.PYTHONDONTWRITEBYTECODE = "1"
Env.PYTHONUNBUFFERED = "1"
Env.PYTHONUTF8 = "1"

EnvMatrix.DATABRICKS_CLI_DEPLOYMENT = ["terraform", "direct-exp"]
EnvRepl.DATABRICKS_CLI_DEPLOYMENT = false
Expand Down
Loading