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

Failing TestGetConfigFromContext on Windows #3305

Closed
AnnaShaleva opened this issue Feb 6, 2024 · 0 comments · Fixed by #3306
Closed

Failing TestGetConfigFromContext on Windows #3305

AnnaShaleva opened this issue Feb 6, 2024 · 0 comments · Fixed by #3306
Assignees
Labels
bug Something isn't working I4 No visible changes S4 Routine test Unit tests U2 Seriously planned
Milestone

Comments

@AnnaShaleva
Copy link
Member

Path-related issue introduced in #3206.

2024-02-06T09:12:48.5112738Z === RUN   TestGetConfigFromContext/relative-path
2024-02-06T09:12:48.5113506Z     server_test.go:60: 
2024-02-06T09:12:48.5114548Z         	Error Trace:	D:/a/neo-go/neo-go/cli/server/server_test.go:60
2024-02-06T09:12:48.5115419Z         	Error:      	Not equal: 
2024-02-06T09:12:48.5116507Z         	            	expected: "../../config/chains/testnet"
2024-02-06T09:12:48.5134020Z         	            	actual  : "..\\..\\config\\chains\\testnet"
2024-02-06T09:12:48.5134736Z         	            	
2024-02-06T09:12:48.5135258Z         	            	Diff:
2024-02-06T09:12:48.5135970Z         	            	--- Expected
2024-02-06T09:12:48.5136619Z         	            	+++ Actual
2024-02-06T09:12:48.5137312Z         	            	@@ -1 +1 @@
2024-02-06T09:12:48.5138197Z         	            	-../../config/chains/testnet
2024-02-06T09:12:48.5139081Z         	            	+..\..\config\chains\testnet
2024-02-06T09:12:48.5140004Z         	Test:       	TestGetConfigFromContext/relative-path
2024-02-06T09:12:48.5140787Z --- FAIL: TestGetConfigFromContext (0.01s)
2024-02-06T09:12:48.5141644Z     --- PASS: TestGetConfigFromContext/config-path (0.01s)
2024-02-06T09:12:48.5142686Z     --- PASS: TestGetConfigFromContext/config-file (0.00s)
2024-02-06T09:12:48.5143639Z     --- FAIL: TestGetConfigFromContext/relative-path (0.00s)
@AnnaShaleva AnnaShaleva added bug Something isn't working test Unit tests U2 Seriously planned S4 Routine I4 No visible changes labels Feb 6, 2024
@AnnaShaleva AnnaShaleva added this to the v0.106.0 milestone Feb 6, 2024
AliceInHunterland added a commit that referenced this issue Feb 7, 2024
Failing test caused by hardcoded relative path check which is different
for Windows.

Close #3305

Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland added a commit that referenced this issue Feb 7, 2024
Failing test caused by hardcoded relative path check which is different
for Windows.

Close #3305

Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland added a commit that referenced this issue Feb 7, 2024
Failing test caused by hardcoded relative path check which is different
for Windows.

Close #3305

Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland added a commit that referenced this issue Feb 7, 2024
Failing test caused by hardcoded relative path check which is different
for Windows.

Close #3305

Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland added a commit that referenced this issue Feb 7, 2024
Failing test caused by hardcoded relative path check which is different
for Windows.

Close #3305

Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland added a commit that referenced this issue Feb 7, 2024
Failing test caused by hardcoded relative path check which is different
for Windows.

Close #3305

Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland added a commit that referenced this issue Feb 7, 2024
Failing test caused by hardcoded relative path check which is different
for Windows.

Close #3305

Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland added a commit that referenced this issue Feb 7, 2024
Failing test caused by hardcoded relative path check which is different
for Windows.

Close #3305

Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland added a commit that referenced this issue Feb 7, 2024
Failing test caused by hardcoded relative path check which is different
for Windows.

Close #3305

Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland added a commit that referenced this issue Feb 7, 2024
Failing test caused by hardcoded relative path check which is different
for Windows.

Close #3305

Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland added a commit that referenced this issue Feb 7, 2024
Failing test caused by hardcoded relative path check which is different
for Windows.

Close #3305

Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland added a commit that referenced this issue Feb 7, 2024
Failing test caused by hardcoded relative path check which is different
for Windows.

Close #3305

Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland added a commit that referenced this issue Feb 7, 2024
Failing test caused by hardcoded relative path check which is different
for Windows.

Close #3305

Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland added a commit that referenced this issue Feb 7, 2024
Failing test caused by hardcoded relative path check which is different
for Windows.

Close #3305

Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland added a commit that referenced this issue Feb 7, 2024
Failing test caused by hardcoded relative path check which is different
for Windows.

Close #3305

Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland added a commit that referenced this issue Feb 8, 2024
Failing test caused by hardcoded relative path check which is different
for Windows.

Close #3305

Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland added a commit that referenced this issue Feb 9, 2024
Failing test caused by hardcoded relative path check which is different
for Windows.

Close #3305

Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland added a commit that referenced this issue Feb 9, 2024
Failing test caused by hardcoded relative path check which is different
for Windows.

Close #3305

Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland added a commit that referenced this issue Feb 9, 2024
Failing test caused by hardcoded relative path check which is different
for Windows.

Close #3305

Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland added a commit that referenced this issue Feb 9, 2024
Failing test caused by hardcoded relative path check which is different
for Windows.

Close #3305

Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland added a commit that referenced this issue Feb 9, 2024
Failing test caused by hardcoded relative path check which is different
for Windows.

Close #3305

Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland added a commit that referenced this issue Feb 9, 2024
Failing test caused by hardcoded relative path check which is different
for Windows.

Close #3305

Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland added a commit that referenced this issue Feb 9, 2024
Failing test caused by hardcoded relative path check which is different
for Windows.

Close #3305

Signed-off-by: Ekaterina Pavlova <[email protected]>
AliceInHunterland added a commit that referenced this issue Feb 12, 2024
Failing test caused by hardcoded relative path check which is different
for Windows.

Close #3305

Signed-off-by: Ekaterina Pavlova <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working I4 No visible changes S4 Routine test Unit tests U2 Seriously planned
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants