Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long console socket path. #124

Closed
better0fdead opened this issue Aug 29, 2022 · 2 comments · Fixed by #203
Closed

Long console socket path. #124

better0fdead opened this issue Aug 29, 2022 · 2 comments · Fixed by #203
Assignees
Labels
bug Something isn't working

Comments

@better0fdead
Copy link
Contributor

better0fdead commented Aug 29, 2022

Integration tests of start command do not work correctly on Mac OS because the console socket paths are too long. Max path length is 108 on Linux, 104 on Mac OS. When running integration tests on my machine path length exceeds 140, instances fail, however tests pass.

@better0fdead
Copy link
Contributor Author

Also see: Tarantool issue #289 and Tarantool issue #4634

@LeonidVas LeonidVas added the teamE label Sep 9, 2022
@better0fdead
Copy link
Contributor Author

Apparently, now i have the same thing on ubuntu

@better0fdead better0fdead added the bug Something isn't working label Oct 5, 2022
@LeonidVas LeonidVas added the 3sp label Oct 12, 2022
better0fdead added a commit that referenced this issue Oct 26, 2022
Now relative path is used instead of real for console socket.
It is used to prevent console socket path from being too long.

Closes #124
better0fdead added a commit that referenced this issue Oct 26, 2022
Fixed unit test for testing log output.

Follow up #124
better0fdead added a commit that referenced this issue Oct 28, 2022
Now relative path is used instead of real for console socket.
It is used to prevent console socket path from being too long.

Part of #124
better0fdead added a commit that referenced this issue Oct 28, 2022
Now relative path is used instead of real for console socket.
It is used to prevent console socket path from being too long.

Closes #124
better0fdead added a commit that referenced this issue Oct 31, 2022
Now relative path is used instead of real for console socket.
It is used to prevent console socket path from being too long.

Part of #124
better0fdead added a commit that referenced this issue Oct 31, 2022
Now relative path is used instead of real for console socket.
It is used to prevent console socket path from being too long.

Closes #124
better0fdead added a commit that referenced this issue Nov 2, 2022
Now relative path is used instead of real for console socket.
It is used to prevent console socket path from being too long.

Part of #124
better0fdead added a commit that referenced this issue Nov 2, 2022
Now relative path is used instead of real for console socket.
It is used to prevent console socket path from being too long.

Closes #124
better0fdead added a commit that referenced this issue Nov 2, 2022
Now relative path is used instead of real for console socket.
It is used to prevent console socket path from being too long.

Part of #124
better0fdead added a commit that referenced this issue Nov 2, 2022
Now relative path is used instead of real for console socket.
It is used to prevent console socket path from being too long.

Closes #124
better0fdead added a commit that referenced this issue Nov 2, 2022
Now relative path is used instead of real for console socket.
It is used to prevent console socket path from being too long.

Part of #124
better0fdead added a commit that referenced this issue Nov 2, 2022
Now relative path is used instead of real for console socket.
It is used to prevent console socket path from being too long.

Closes #124
better0fdead added a commit that referenced this issue Nov 3, 2022
Updated fork of cartridge-cli to master.
Updated go.sum/mod and test due to new behaviour of cartridge.

Part of #124
better0fdead added a commit that referenced this issue Nov 3, 2022
Now relative path is used instead of real for console socket.
It is used to prevent console socket path from being too long.

Part of #124
better0fdead added a commit that referenced this issue Nov 3, 2022
Now relative path is used instead of real for console socket.
It is used to prevent console socket path from being too long.

Closes #124
better0fdead added a commit that referenced this issue Nov 3, 2022
Updated fork of cartridge-cli to master.
Updated go.sum/mod and test due to new behaviour of cartridge.

Part of #124
better0fdead added a commit that referenced this issue Nov 14, 2022
Now relative path is used instead of real for console socket.
It is used to prevent console socket path from being too long.

Part of #124
better0fdead added a commit that referenced this issue Nov 14, 2022
Now relative path is used instead of real for console socket.
It is used to prevent console socket path from being too long.

Closes #124
better0fdead added a commit that referenced this issue Nov 14, 2022
Updated fork of cartridge-cli to master.
Updated go.sum/mod and test due to new behaviour of cartridge.

Part of #124
better0fdead added a commit that referenced this issue Nov 15, 2022
Added override of license for robfig/config since it is not correctly set in package
itself.

Part of #124
better0fdead added a commit that referenced this issue Nov 15, 2022
Updated fork of cartridge-cli to master.
Updated go.sum/mod and test due to new behaviour of cartridge.

Part of #124
better0fdead added a commit that referenced this issue Nov 15, 2022
Added override of license for robfig/config since it is not correctly set in package
itself.

Part of #124
better0fdead added a commit that referenced this issue Nov 15, 2022
Updated fork of cartridge-cli to master.
Updated go.sum/mod and test due to new behaviour of cartridge.

Part of #124
better0fdead added a commit that referenced this issue Nov 16, 2022
Now relative path is used instead of real for console socket.
It is used to prevent console socket path from being too long.

Part of #124
better0fdead added a commit that referenced this issue Nov 16, 2022
Now relative path is used instead of real for console socket.
It is used to prevent console socket path from being too long.

Closes #124
better0fdead added a commit that referenced this issue Nov 16, 2022
Added override of license for robfig/config since it is not correctly set in package
itself.

Part of #124
better0fdead added a commit that referenced this issue Nov 16, 2022
Updated fork of cartridge-cli to master.
Updated go.sum/mod and test due to new behaviour of cartridge.

Part of #124
better0fdead added a commit that referenced this issue Nov 16, 2022
Now relative path is used instead of real for console socket.
It is used to prevent console socket path from being too long.

Closes #124
better0fdead added a commit that referenced this issue Nov 16, 2022
Added override of license for robfig/config since it is not correctly set in package
itself.

Part of #124
better0fdead added a commit that referenced this issue Nov 16, 2022
Updated fork of cartridge-cli to master.
Updated go.sum/mod and test due to new behaviour of cartridge.

Part of #124
better0fdead added a commit that referenced this issue Nov 16, 2022
Now relative path is used instead of real for console socket.
It is used to prevent console socket path from being too long.

Part of #124
better0fdead added a commit that referenced this issue Nov 16, 2022
Now relative path is used instead of real for console socket.
It is used to prevent console socket path from being too long.

Closes #124
better0fdead added a commit that referenced this issue Nov 16, 2022
Added override of license for robfig/config since it is not correctly set in package
itself.

Part of #124
better0fdead added a commit that referenced this issue Nov 16, 2022
Updated fork of cartridge-cli to 2.12.3.
Updated go.sum/mod and test due to new behaviour of cartridge.

Part of #124
better0fdead added a commit that referenced this issue Nov 16, 2022
Updated fork of cartridge-cli to 2.12.3.
Updated go.sum/mod and test due to new behaviour of cartridge.

Part of #124
better0fdead added a commit that referenced this issue Nov 16, 2022
Now relative path is used instead of real for console socket.
It is used to prevent console socket path from being too long.

Part of #124
better0fdead added a commit that referenced this issue Nov 16, 2022
Now relative path is used instead of real for console socket.
It is used to prevent console socket path from being too long.

Closes #124
better0fdead added a commit that referenced this issue Nov 16, 2022
Added override of license for robfig/config since it is not correctly set in package
itself.

Part of #124
better0fdead added a commit that referenced this issue Nov 16, 2022
Updated fork of cartridge-cli to 2.12.3.
Updated go.sum/mod and test due to new behaviour of cartridge.

Part of #124
better0fdead added a commit that referenced this issue Nov 16, 2022
Updated fork of cartridge-cli to 2.12.3.
Updated go.sum/mod and test due to new behaviour of cartridge.

Part of #124
better0fdead added a commit that referenced this issue Nov 17, 2022
Added override of license for robfig/config since it is not correctly set in package
itself.

Part of #124
better0fdead added a commit that referenced this issue Nov 17, 2022
Updated fork of cartridge-cli to 2.12.3.
Updated go.sum/mod and test due to new behaviour of cartridge.
Patch to reduce socket path length was introduced with 2.12.3 which
should allow to use longer socket path in tt.

Part of #124
better0fdead added a commit that referenced this issue Nov 17, 2022
Now relative path is used instead of real for console socket.
It is used to prevent console socket path from being too long.

Part of #124
better0fdead added a commit that referenced this issue Nov 17, 2022
Now relative path is used instead of real for console socket.
It is used to prevent console socket path from being too long.

Closes #124
better0fdead added a commit that referenced this issue Nov 17, 2022
Added override of license for robfig/config since it is not correctly set in package
itself.

Part of #124
better0fdead added a commit that referenced this issue Nov 17, 2022
Updated fork of cartridge-cli to 2.12.3.
Updated go.sum/mod and test due to new behaviour of cartridge.
Patch to reduce socket path length was introduced with 2.12.3 which
should allow to use longer socket path in tt.

Part of #124
LeonidVas pushed a commit that referenced this issue Nov 17, 2022
Now relative path is used instead of real for console socket.
It is used to prevent console socket path from being too long.

Part of #124
LeonidVas pushed a commit that referenced this issue Nov 17, 2022
Now relative path is used instead of real for console socket.
It is used to prevent console socket path from being too long.

Closes #124
LeonidVas pushed a commit that referenced this issue Nov 17, 2022
Added override of license for robfig/config since it is not correctly set in package
itself.

Part of #124
LeonidVas pushed a commit that referenced this issue Nov 17, 2022
Updated fork of cartridge-cli to 2.12.3.
Updated go.sum/mod and test due to new behaviour of cartridge.
Patch to reduce socket path length was introduced with 2.12.3 which
should allow to use longer socket path in tt.

Part of #124
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants