@@ -59,7 +59,7 @@ Feature: `pc config` command
59
59
And environment variable "PC_CACHE_MEMORY_DOUBLE_CACHE_MAX_ENTRY_SIZE" is set to "101"
60
60
And environment variable "PC_CACHE_DEPENDENCIES_IGNORE" is set to "true"
61
61
And environment variable "PC_TELEMETRY_TYPE" is set to "sentry"
62
- And environment variable "PC_TELEMETRY_PERFORMANCE" is set to "true "
62
+ And environment variable "PC_TELEMETRY_PERFORMANCE" is set to "false "
63
63
And environment variable "PC_TELEMETRY_FAILURES" is set to "true"
64
64
And environment variable "PC_TELEMETRY_DEBUG" is set to "false"
65
65
And environment variable "PC_TELEMETRY_SENTRY_SHUTDOWN_TIMEOUT" is set to "11"
@@ -84,7 +84,7 @@ Feature: `pc config` command
84
84
And STDOUT should contain "cache_memory_double_cache_max_entry_size: 101"
85
85
And STDOUT should contain "cache_dependencies_ignore: True"
86
86
And STDOUT should contain "'type': 'sentry'"
87
- And STDOUT should contain "'performance': True "
87
+ And STDOUT should contain "'performance': False "
88
88
And STDOUT should contain "'failures': True"
89
89
And STDOUT should contain "'debug': False"
90
90
And STDOUT should contain "'sentry_shutdown_timeout': 11"
@@ -172,7 +172,7 @@ Feature: `pc config` command
172
172
sentryAttachStacktrace: true
173
173
sentryTracesSampleRate: 0.43
174
174
"""
175
- When I run "pc --threads-max=1111 --ollama-num-thread=2222 --max-script-correction=3333 --max-model-generation=4444 --max-geometric-modeling=5555 --openai-api-key=abcdef12345 --google-api-key=fedcba54321 --internal-state-dir=/tmp/sandbox/home/.partcad --python-sandbox=pypy --force-update --cache --cache-max-entry-size=102 --cache-min-entry-size=12 --cache-memory-max-entry-size=102 --cache-memory-double-cache-max-entry-size=102 --cache-dependencies-ignore --telemetry-debug --telemetry-sentry-traces-sample-rate=0.35 --telemetry-sentry-attach-stacktrace=no --telemetry-sentry-shutdown-timeout=44 config"
175
+ When I run "pc --threads-max=1111 --ollama-num-thread=2222 --max-script-correction=3333 --max-model-generation=4444 --max-geometric-modeling=5555 --openai-api-key=abcdef12345 --google-api-key=fedcba54321 --internal-state-dir=/tmp/sandbox/home/.partcad --python-sandbox=pypy --force-update --cache --cache-max-entry-size=102 --cache-min-entry-size=12 --cache-memory-max-entry-size=102 --cache-memory-double-cache-max-entry-size=102 --cache-dependencies-ignore --telemetry-type=sentry --telemetry- debug --telemetry-sentry-traces-sample-rate=0.35 --telemetry-sentry-attach-stacktrace=no --telemetry-sentry-shutdown-timeout=44 config"
176
176
Then the command should exit with a status code of "0"
177
177
And STDOUT should contain "threads_max: 1111"
178
178
And STDOUT should contain "ollama_num_thread: 2222"
0 commit comments