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

115 refactor main old pull requst fix #182

Merged
merged 63 commits into from
Feb 9, 2024

Conversation

cmatlak
Copy link
Contributor

@cmatlak cmatlak commented Feb 2, 2024

changed versions, updated with getInitialized method in right class, updated return type in getcommand method

RobertMili and others added 30 commits February 16, 2023 16:32
2. Adding test for that class
2. Adding test for that class
3. Adding more test on MainTest.java
Squash comments
Integration tests that starts the server on a random free port.
Tests for the following commands:
PING - PONG
SETNX
SET - GET
DELETE
EXISTS

Error for not implemented command
Change initialization of ServerSocket setReuseAddress true to happen
before binding. Otherwise, the reuse address option doesn't work.
…-lists' into 50-integration-tests

# Conflicts:
#	src/main/java/org/fungover/haze/Main.java
#	src/test/java/org/fungover/haze/MainTest.java
When running tests testcontainers uses
slf4j to do logging. Without an implementation an error message
will be printed.
…commands-dont-work-with-lists' into 50-integration-tests

# Conflicts:
#	src/test/java/org/fungover/haze/MainTest.java
Before building new docker images during release integration tests will
be run. The command is now mvn -B verify.
Bumps [mockito-core](https://github.com/mockito/mockito) from 5.1.1 to 5.3.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.1.1...v5.3.1)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Integration tests that starts the server on a random free port.
Tests for the following commands:
PING - PONG
SETNX
SET - GET
DELETE
EXISTS

Error for not implemented command
Change initialization of ServerSocket setReuseAddress true to happen
before binding. Otherwise, the reuse address option doesn't work.
When running tests testcontainers uses
slf4j to do logging. Without an implementation an error message
will be printed.
@cmatlak
Copy link
Contributor Author

cmatlak commented Feb 2, 2024

Yes some kind of error are there, Will look in to it. Yes we can close the old one, don't know why i didnt update

@kappsegla
Copy link
Contributor

Replaces #161

@kappsegla kappsegla mentioned this pull request Feb 2, 2024
@kappsegla kappsegla mentioned this pull request Feb 6, 2024
pom.xml Outdated Show resolved Hide resolved
src/main/java/org/fungover/haze/Main.java Show resolved Hide resolved
cmatlak and others added 4 commits February 7, 2024 08:27
# Conflicts:
#	pom.xml
#	src/main/java/org/fungover/haze/Main.java
#	src/test/java/org/fungover/haze/MainTest.java
Copy link
Contributor

@Mattan41 Mattan41 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve these changes

Copy link

sonarcloud bot commented Feb 9, 2024

@cmatlak cmatlak merged commit 5d3b49f into 115-refactor-main Feb 9, 2024
2 checks passed
@cmatlak cmatlak deleted the 115-refactor-main-OldPullRequst-Fix branch February 9, 2024 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants