Revert "Allow ruby_smb 2.x and 3.x" #144
Triggered via pull request
September 13, 2025 08:26
Status
Failure
Total duration
7m 54s
Artifacts
–
Annotations
3 errors
|
Integration (3.2)
Process completed with exit code 1.
|
|
Integration (3.2):
spec/integration/parallel_spec.rb#L233
plans over ssh finishes executing the block then raises an error when there's an error
Failure/Error: expect(result).to include(expected_err)
TypeError:
no implicit conversion of Hash into String
|
|
Integration (3.2):
spec/integration/container_spec.rb#L34
plans serializes ContainerResults to apply blocks
Failure/Error: expect(users).to eq(["Notify[root\n]", "Notify[root\n]"])
expected: ["Notify[root\n]", "Notify[root\n]"]
got: ["Notify[root\n]"]
(compared using ==)
Diff:
@@ -1,2 +1 @@
Notify[root\n]
-Notify[root\n]
|