Monica-CodingWorld commented on PR #5279:
URL: https://github.com/apache/fineract/pull/5279#issuecomment-3703833406

   > Hi Monica, If you think this is another issue the open a new ticket and 
describe on that ticket which are the conditions that raise the error. I have 
to remark that it is not a Apache Fineract issue because the system is working 
with the typo. You should investigate the root cause of the inestability faced 
in your development environment. El El jue, 1 de ene de 2026 a la(s) 7:22 a.m., 
Monica < ***@***.***> escribió:
   > […](#)
   > ***@***.**** commented on this pull request. 
------------------------------ In 
fineract-command/src/test/java/org/apache/fineract/command/CommandBaseTest.java 
<[#5279 
(comment)](https://github.com/apache/fineract/pull/5279#discussion_r2656355353)>:
 > @@ -40,9 +40,17 @@ abstract class CommandBaseTest { protected static Network 
network = Network.newNetwork(); @container - protected static final 
GenericContainer POSTGRES_CONTAINER = new 
GenericContainer("postgres:16").withNetwork(network) - 
.withNetworkAliases("postgres").withExposedPorts(5432) - 
.withEnv(Map.of("POSTGRES_DB", "fineract-test", "POSTGRES_USER", "root", 
"POSTGRES_PASSWORD", "mifos")); + protected static final GenericContainer<?> 
POSTGRES_CONTAINER = The change in CommandBaseTest.java was committed because 
the test suite was failing without explicitly setting the timezone. While 
working on the typo fix, the tests exposed an existing instability caused by 
timezone differences between environments.To ensure the build pa
 sses reliably and tests remain deterministic across systems, the timezone 
configuration was added to the test setup. This is a test infrastructure fix, 
not a functional or API change, found it necessary to complete and validate the 
typo-related changes. — Reply to this email directly, view it on GitHub <[#5279 
(comment)](https://github.com/apache/fineract/pull/5279#discussion_r2656355353)>,
 or unsubscribe 
<https://github.com/notifications/unsubscribe-auth/ALD2ZAQFY2UPS3Y3CO2IJAT4EUNQXAVCNFSM6AAAAACQOHKF3CVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTMMRRHA2TSNRSGA>
 . You are receiving this because you commented.Message ID: ***@***.***>
   
   Hi IOhacker,
   Thank you for your remarks and guidance. I am reviewing the feedback 
carefully and re-analyzing the changes. I will update the PR shortly with the 
required corrections and will ensure such issues are avoided going forward.
   Thanks again for your time and support.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to