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

empty #489

Closed
wants to merge 21 commits into from
Closed

empty #489

Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
98d961b
empty
scottopell Oct 19, 2023
1a25d3d
Sets DEBUG for testcontainers image build
scottopell Oct 19, 2023
9897510
Set debug for entire build
scottopell Oct 19, 2023
48c4efc
enables more testcontainers logs
scottopell Oct 19, 2023
9dfe1b7
Test if its quoting problem
scottopell Oct 19, 2023
2422342
Reverts quote and adds attempt to get extra logs
scottopell Oct 19, 2023
795cbd7
Lowers log level (maybe?) and adds check that DEBUG is set properly
scottopell Oct 19, 2023
f2bb0c9
Adds more debugg flags, give me my logs!
scottopell Oct 19, 2023
6815d08
Removes surefire debug args and re-adds them to mvn runs, touches git…
scottopell Oct 19, 2023
5ef4c16
Adds testcontainers debug var for gitlab
scottopell Oct 19, 2023
40a4e1c
Set gitlab to run automatically during testing, attempt to capture mo…
scottopell Oct 19, 2023
799073d
Adds when for artifacts
scottopell Oct 19, 2023
aa772c5
Removes incorrect logging config file and adds unit test output to ar…
scottopell Oct 19, 2023
d2580ba
ADds wildcard since log files have numbered suffix
scottopell Oct 19, 2023
9e44d1d
Attempts to move test logs to current (project) directory
scottopell Oct 19, 2023
c06f0ca
Sets up logger for TestReconnectContainer in case BeforeClass doesn't…
scottopell Oct 19, 2023
18c7a57
Updates testcontainers
scottopell Oct 19, 2023
974bf82
Simplifies maven build
scottopell Oct 19, 2023
c17e1a2
Attempt number 10000 to get logs
scottopell Oct 19, 2023
02d14a0
New run
scottopell Oct 23, 2023
a7444b2
Test more quoting, it really seems like its a quote issue
scottopell Oct 23, 2023
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
Prev Previous commit
Next Next commit
Adds testcontainers debug var for gitlab
scottopell committed Oct 19, 2023

Verified

This commit was signed with the committer’s verified signature.
scottopell Scott Opell
commit 5ef4c16bd2dd9dfbbdc6630c880a23e9c312c60d
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@ variables:
# ryuk is a privileged container started by testcontainers which cleans up containers at the end of testing
# It is not necessary for our gitlab CI env as #ci-cd infra tears everything down at the end of a gitlab run
TESTCONTAINERS_RYUK_DISABLED: "true"
DEBUG: testcontainers*


# Testing is handled by circleCI for PRs, but we also run maven tests as part of the deploy process