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

Refactor end2end #112

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
2efd70c
refactor end to end
May 28, 2020
7d56e6c
cleaned changes from other branch
May 29, 2020
9c63a39
refactor-end2end deleted @Ignore on endtoend tests
May 29, 2020
b97d881
Merge branch 'master' of https://github.com/project-xavier/xavier-int…
Jun 4, 2020
5dcecab
refactor-end2end organized imports
Jun 4, 2020
d9b2242
refactor-end2end Fixed test
Jun 4, 2020
0db2a1e
Merge branch 'master' of https://github.com/project-xavier/xavier-int…
Jun 4, 2020
e909da0
Merge branch 'master' of https://github.com/project-xavier/xavier-int…
Jun 5, 2020
b301ca7
refactor_endtoend fix tests
Jun 5, 2020
b0b38eb
refactor Fixed asserts on S3Objects
Jun 15, 2020
bb676b7
Merge branch 'master' of https://github.com/project-xavier/xavier-int…
Jun 15, 2020
72c1ad0
Merge branch 'master' of https://github.com/project-xavier/xavier-int…
Jun 19, 2020
dbc1827
refactor-end2end Added awaitility code to be sure the resources are c…
Jun 29, 2020
8c24dd4
refactor-end2end starting and stopping camel context
Jun 29, 2020
cc375d4
endtoend refactor - fixed RBAC tests on the duplicated SpringBootTest…
Jun 30, 2020
75a0d63
refactor-endtoend upgraded testcontainers version
Jul 10, 2020
29d43cb
refactor-end2end restructure of EndToEndTest and creation of a separa…
Jul 10, 2020
81b3b88
refactor-end2end Split the start of containers in 3 groups and indivi…
Jul 20, 2020
a90abe3
refactor-end2end modified travis in order to only execute endtoendtes…
Jul 21, 2020
b229bd3
refactor-end2end ensuring info is captured before deleting
Jul 21, 2020
f437b5b
end2end refactor Split startup of containers
Jul 22, 2020
d8af74e
endtoend refactor removed @Ignore
Jul 22, 2020
7b1bed3
refactor All containers started in sequence
Jul 22, 2020
edcebb3
endtoend refator - adding an await until summaryreport is done on the…
Jul 22, 2020
6fd6bd3
endtoend refactor - removed constraint on tests to execute on travis
Jul 22, 2020
94e12ab
endtoend refactor Increased waiting time for S3 object deletion
Jul 23, 2020
02b21f0
Merge branch 'master' of https://github.com/project-xavier/xavier-int…
Jul 23, 2020
73e009e
end2end refactor Removed AMQ
Jul 23, 2020
96d1db8
end2end refactor Changed management port to avoid issue on used port…
Jul 23, 2020
7827c0e
endtoend refactor added dirtiescontext to endtoendtest
Jul 23, 2020
c1ee1ee
refactor-endtoend cleaned imports and annotations
Jul 23, 2020
b54a89e
refactor-endtoend Removed Performance test as it's duplicated on Stre…
Jul 24, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<!--this is used by logback-test.xml-->
<testLogRootLevel>info</testLogRootLevel>
<testcontainers.version>1.12.4</testcontainers.version>
<testcontainers.version>1.14.3</testcontainers.version>
</properties>

<dependencyManagement>
Expand Down
Loading